Monday, September 23, 2013

How to disable the browser scroll bar on ios

I'm doing a html page on the web browser may prohibit rolling I use this css style
"Overflow-x": "hidden", "overflow-y": "hidden"
On the android handy, but not used on ios, ios how can disable the scrollbar? ? ?
Reply:
Does the ios in the preceding paragraph can not control the scroll bar?
Reply:
Oc code is not controlled by sliding your settings or in html background
Reply:
cited two floor zhuzhihai1988 reply:
oc code is not controlled by sliding, you still have to set the background in html

You said oc code objectC do? Do you mean is to use css or html slide you can not control? Using js or jquery can control it?
Reply:
cited two floor zhuzhihai1988 reply:
oc code is not controlled by sliding, you still have to set the background in html


I remember that it should be used css to control page whether they have the effect of rolling, specifically how to set I do not know (the company doing the background get), anyway, with UIWebview even set up its scrollview sliding property to NO, but the page if allowed to slide it , or still sliding
Reply:
I did not ios developer, we just did some pages with jquerymobile, I use $ (document.body). css ({ 'overflow-x': 'auto', 'overflow-y': 'auto'}) "can hide the scroll bar, this is only in the android browser and the computer easy to use, just on the iphone difficult to use, I check in online, said there is no scroll bar iphone concept, so now I do not know how to do it.

No comments:

Post a Comment