Hi !
I hope my problem has already happened to someone.
I integrate a web page of a personal domain in an iframe, everything works perfectly,
- I build the debug apk/aab, I test it on all possible supports (emulators, physical smartphone...) everything works very well
- I build the release apk/aab, I test it on all possible supports (emulators, physical smartphone...) everything works very very well
And when I send it to the google playstore, they "prepare the bundle" and offer me a version signed by google (the one that will be distributed to users) but when I download this new apk signed by google, and I test it on my smartphone, my iframe no longer seems to appear, and I find myself faced with a blank page.
I looked carefully at the responses of other threads in this forum to similar topics.
For example, the solutions that often come up are: whitelisting the site in the apk, or the famous CORS domain... I have of course tried these options, but my problem is not the same as these topics, because I don't I have no error message that appears when the iframe is displayed, and on the contrary, if I turn off the wifi when the iframe is launched, an error message appears indicating that it cannot resolve the DNS name, which means that the iframe is there and it works !?
I also added a function to get the size of the iframe in pixels (because I play a little with the size) but everything seems consistent and I get the right size.
I tried check the visibility of layer or iframe but all is ok.
As i say Everything works perfectly until google touches it, i don't understand.
So here I am stuck, I tried a lot of options, I don't really know what to do so I hope someone here will have the solution. I thank you in advance