pierre wrote: > I can't copy and paste from my iUi-based web page in iPhone OS 3.0. Is > this a known limitation or am I doing something wrong? > One webdev's "limitation" is another's "feature" :) Copy/paste is working inside input fields in iUI. Where do you want copy/paste to work that it isn't working currently?
In iui.css <body> tags are given the property: -webkit-user-select: none; This has some beneficial effects but also disables copy/paste (everywhere but in input fields, it seems). Try commenting out this line and see what happens. A better suggestion would be to use CSS to override the 'none' setting in the specific places where you want to enable copy/paste. I'm not sure what the correct setting should be for each element in iUI apps now that copy/paste is supported on the phone. I created Issue #45 (http://code.google.com/p/iui/issues/detail?id=145) to at least keep track of the discussion. Anyone else have any suggestions as to what the "correct" behavior should be? -- Sean --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iPhoneWebDev" group. To post to this group, send email to iphonewebdev@googlegroups.com To unsubscribe from this group, send email to iphonewebdev+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/iphonewebdev?hl=en -~----------~----~----~----~------~----~------~--~---