Cannot change cursor position for Inputs in Iframe

Cannot change cursor position for Inputs in Iframe

In iOS, tapping to change the cursor position stops working when the Jquery Mobile plugin is present for any inputs inside an iframe (e.g. standard input fields and contenteditables)


I've created a couple of example jsbins to demonstrate the issue, 

Without JQuery Mobile, input in Iframe 
http://jsbin.com/xonijuse/4/edit

With JQuery Mobile
http://jsbin.com/qudeniwo/1/edit


For example, an input with multiple words and cursor at the very end of the last word:
"hello world|"

Expected behavior for tapping at the end of "hello" should move the cursor to the end of it, e.g. "hello| world"