Work Around for Floating Cursors

I’m trying to find a work around for the floating cursor in iOS7. When would be a good time to hide the cursor when the keyboard is active? Is there a way to disable to keyboard?

1 Like

Did you ever find a fix for this? I’m having the same issue.

Unfortunately, this is an issue with CSS3 3D Transforms on iOS7 and possibly previous iOSs as well. I switched to jQueryMobile because my use case was slightly different and we had just started the project. But, I imagine you could just fire a blur or change to close the keyboard while scrolling occurs happening. I don’t think there is some quick fix to this issue because Ionic uses this throughout their application. I have not looked since then, so perhaps someone else has a solution.

1 Like

Thanks for responding.