jdonson / iphone-universal

Automatically exported from code.google.com/p/iphone-universal
GNU Affero General Public License v3.0
0 stars 0 forks source link

Copy & Paste + Zoom #9

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hi

It is not really a bug but it seems that iphone safari, using your uikit, 
doesn't allow to copy & paste 
nor to zoom in and out.

will this be implemented or is this something which only doesn't work on my 
iphone?

cheers
Chris

Original issue reported on code.google.com by unix....@gmail.com on 4 Aug 2009 at 3:25

GoogleCodeExporter commented 8 years ago
i think the idea is so that you do not NEED to zoom. Not sure about the C+P 
tho..

Original comment by Jonesy7...@gmail.com on 23 Aug 2009 at 4:51

GoogleCodeExporter commented 8 years ago
To enable zoom, change your viewport header to something like this:

<meta name="viewport" content="width=320; initial-scale=1.0; maximum-scale=8.0; 
user-
scalable=1;" />  

I haven't figured out the copy and paste yet though. Is bugging me.

Original comment by benjamin...@gmail.com on 1 Sep 2009 at 3:45

GoogleCodeExporter commented 8 years ago
Remove "-webkit-user-select: none;" in stylesheets/iphone.css if you want to 
have c+p function.

Original comment by lch2003@gmail.com on 2 Oct 2010 at 1:59