html - Can't use input type text from iframe iPad iOS 8 Safari -
currently facing following problem: have page iframe, loads page form. site runs on browsers no error message. in safari under ios8 on ipad, there problem. (only on ipad ios8, on iphone , ipad ios7 works) when select input field of type text , try write complete page reloaded. error message "the website has been reloaded, because there problem."
iframe:
<iframe src="[targetsite]" id="frame" scrolling="no" name="iframebox" seamless="seamless" ></iframe>
form:
<form action="[targetsite]" method="post"> <input name="ctextboxpsasword" type="password" id="textboxpsasword" tabindex="2" class="tboxlogin floatr" /> <input name="textboxusername" type="text" id="textboxusername" tabindex="1" class="tboxlogin" /> </form>
i have not solved problem, have found reason , me no longer problem. combination of page , page loaded in iframe large ipads safari. if go text field inside iframe , calls screen keyboard, maximum memory safari exceeded therefore application reload page.
Comments
Post a Comment