Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DisallowOverscroll for browser build #64

Open
philippogol opened this issue Nov 18, 2018 · 1 comment
Open

DisallowOverscroll for browser build #64

philippogol opened this issue Nov 18, 2018 · 1 comment
Labels

Comments

@philippogol
Copy link

I have a problem with the ios bouncing effect when running the app on a browser.

Changing the preference "DisallowOverscroll" works perfectly on the ios and android versions, but when building a browser deploy and uploading it to a server, there is no way to add the preference on the config.xml.

Is there a way to add this useful preference for the browser versions? I also tried many solutions to avoid the bouncing, but non of them works 100% correctly.

@janpio
Copy link
Member

janpio commented Nov 19, 2018

As your is just a web page in this case, you have to use some CSS to disable overscroll: https://stackoverflow.com/questions/12046315/prevent-overscrolling-of-web-page gives several suggestions that should work.

@janpio janpio added the support label Nov 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants