Input cursor moves with scroller in iframe, keyboard input not responsive

Hi,

I have two text inputs in an iframe and when I tap elsewhere on the page when one of the inputs is focused, the input from the keyboard stops working until I tap on another input or elsewhere and then tapping back on the input again.

Anyone knows what is the issue here? Would really appreciate any help! Thanks.

1 Like

I have the exact same issue on iOS in my ionic app.

I ended up using inAppBrowser instead of iframe and it worked fine.