larse503
11 Sep 2012, 12:37 PM
As far as I can tell, in mobile safari on my iPhone 4 running iOS5.1, it is default behavior to be able to -
1) select, copy/paste any text
2) dismiss the keyboard (blur a field) by clicking anywhere on the document outside of the focused field
Both of these features seem to somehow be "overridden" in Touch 2. How do I get them working again?
The copy/pasting of text is most frustrating. I've tried to change the -webkit-user-select property to "text" like
*
{
-webkit-user-select: text!important;
}
And even more interesting, I started up my app on my computer in chrome (which I also cannot select any text in) I then deleted ALL of the HTML from the application, and added one single div to the DOM that says "hey." Even after that, I'm still not able to select the "hey" text. Something in the Javascript?
Thanks a ton,
Mark
1) select, copy/paste any text
2) dismiss the keyboard (blur a field) by clicking anywhere on the document outside of the focused field
Both of these features seem to somehow be "overridden" in Touch 2. How do I get them working again?
The copy/pasting of text is most frustrating. I've tried to change the -webkit-user-select property to "text" like
*
{
-webkit-user-select: text!important;
}
And even more interesting, I started up my app on my computer in chrome (which I also cannot select any text in) I then deleted ALL of the HTML from the application, and added one single div to the DOM that says "hey." Even after that, I'm still not able to select the "hey" text. Something in the Javascript?
Thanks a ton,
Mark