This is very confusing to solve, I’m using Capacitor.
I have a simple iframe that loads a website in a page when user click a button.
<iframe src="https://subdomain.domain.com" width="200px" height="200px"></iframe>
On my android version 6. The iframe loads fine on development mode (using ionic capacitor run android -l --external) and also by installing it from Google Play.
On my android version 10. The iframe loads fine on development mode (using ionic capacitor run android -l --external) BUT not working by installing it from Google Play.
Also on browser the iframe loads fine.
Anyone knows what might caused this and a way to fix it?
Thanks