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



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

i have mobile site i'm testing on iphone, , unlike other sites, i'm not able hold finger on screen 'copy' menu appear (with draggable handles select area copy). nil happens @ on site.

i've tried adding next style sheet hasn't made difference:

-webkit-user-select: text;

i should state have next in style sheet , within page head:

-webkit-text-size-adjust: none;

i've got these didn't want content scalable, , wanted content span 100% of device width.

would implementation of of above causing lack of selectable text on site? out of interest, tried flickr mobile website not scalable , uses 100% of device width site, , doesn't seem come draggable/select area copying when hold finger on text.

does have thought why or how can create text content (or content actually) selectable copying/pasting?

thanks

are there elements may obscuring items overlaying them, etc? z-indexing issue, perhaps?

iphone css safari

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -