iframe issue after signin apk
1 I am loading a video with iframe in my ionic1 app,it was worked perfectly in android and ios. recently it stopped working in android and at the same time ios doesn't effect,well the thing is the frame loading the video very fine dev,debug mode but when i sign the debug apk and check its not even loading a dummy iframe all i can see is white screen i had given the permissions to app to load th externals. <iframe id="streamFrame" name="iframeName" scrolling="no" src="myurl" allow="microphone *; camera *; encrypted-media *; midi *;"></iframe> UPDATE As i dont have any idea whata is happening after signing,I decided to debug the signed apk to check any error after signing.so i used debuggale=true in android manifest file.after this when i build new apk and check in console i havent seen any errors,but magically iframe start working.If i remove that in manifest file its not working. The same things for all c