I am using ionic for a mobile development and it will run inside an iFrame in a hybrid app. I am having issue with the keyoboard not working inside textboxes and with scrolling not working in lists due to the fact that ionic is running inside an iFrame. You can reproduce the issue very easy if you go to this urls using safari in an iPad:
https://magic-hippie-codio.io/ionictest/index.html (try to use the iPad keyboard in the text input … not working!!! )
https://magic-hippie-codio.io/ionictest/default.html (This is the same page outside the iframe… it works fine in the iPad !!!)
What is the issue??? I need help. Thanks!
(Extra Info:) Actually I just realized the issue is not just in iPad… I tried my sample in a Chrome browser on my surface table and I got the same behavior… unfortunately it looks like my codio box is not available to everybody so I am afraid you might not see the code unless you are sign in codio (super cool BTW)… Well I will try to create a codepen or similar with the sample… The main issue is that I load the ionic js libraries inside the iframe… (I don’t have control over the outside page) and that seems to be causing the issue… Any advice?