Created attachment 227944 [details] outer frame In the following scenario no text will appear in an input field: - the input field is in an iframe - the outer frame has an ontouchstart handler - the inner frame has an ontouchstart handler that calls preventDefault For testing, use the attached samples or the provided urls. http://www.flyordie.com/bugs/ios-safari-input.html Tap on the gray area. When the on-screen keyboard pops up, try to enter text => nothing will appear in the input field. If you open the subframe directly, typing works: http://www.flyordie.com/bugs/ios-safari-input-frame.html
Created attachment 227945 [details] inner frame