Tagged Questions
2
votes
1answer
976 views
iPhone designmode support
Anyone knows if Safari on the iPhone and iPod touch supports iFrame in design mode and if so, how I can enable it? I have tried following ways, but none work (but it works on my PC):
...
0
votes
0answers
175 views
touchmove event in Safari/iOS5/iPad disables contenteditable - any workaround?
I have a serious problem in Safari on iPad. The new contenteditable features doesn't seem to work with touchmove event!
code:
...
<script>
function doNothing(event) { return; }
function ...
0
votes
1answer
93 views
How to hide iPad keyboard in Safari + designMode=on
iOS5 now supports designMode=On. I set that on a document of an iframe and it works pretty well. Now I want to hide the onscreen keyboard with Javascript after clicking on an image inside that ...