css - Unable to highlight/copy text in iPhone Safari on mobile site -


I have a mobile site that I'm testing on the iPhone, and unlike other sites, I'm not able to ' Hold my finger on the screen to display the copy 'menu (with dragable handles to select an area to copy) nothing happens on my site.

I have tried to add the following to my style sheet but there is no difference:

-webkit-user-select: text;

I should also say that I have the following in my style sheet and in the top of the page:

- WebCat-Text-Size-Adjustment: None;

I have found these because I did not want to allow the content to be scalable, and only wanted a period of up to 100% of the content.

Could any of the above mentioned the lack of selectable text on the site? With interest, I tried the Flickr mobile website which is not scalable and uses 100% device width like my site, and whenever you catch your finger, it will come with draggable / select area to copy Does not seem to be on some text.

Do anyone have any idea how it is or how can I choose to copy / paste text content (or in fact, any content actually)?

Thank you

Is there an element that can obscure objects by overlaying objects Could? A z-indexing problem, maybe?


Comments