Replies: 1 comment 4 replies
-
I suggest debugging the app on iOS with a device connected to your computer. See this guide. Launch the app, open Safari's devtools and inspect what the error is. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey everyone,
Developing an app with Quasar , using capacitor.
Inside this app, I have an Iframe.
I build the app for both android and iphone, and on the android, it works fine, as expected. On the iphone, the iframe does not load the content.
Has anyone been through this problem and can lend me a hand?
Just for completeness, the iframe code at this moment, for testing is :
I've tried adding to capacitor.config.json :
Also adding to config.xml:
Beta Was this translation helpful? Give feedback.
All reactions