Disabling iPhone Specific Controls in Web Browser
I want to know whether is there any way to hide (1) and (2) 开发者_Go百科in my attached picture.
- When you tap on a text field twice this "select", "copy", "replace", etc. pop-up comes up, is it possible to disable via HTML5/CSS3 on iPhone browser?
- When a keyboard pops up, it contains the dark top part which contains "next", "previous", "done" buttons by default at the top of keyboard. Is it possible to disable via HTML5/CSS3 on iPhone browser?
Thank you.
No, you cannot do that using HTML+CSS. These things are OS specific elements, and you don't have any control over them.
精彩评论