-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add iosScrollToTop in cobalt.conf #109
Comments
Doc1faux
pushed a commit
to cobaltians/Cobalt-iOS
that referenced
this issue
Jun 30, 2016
ggendre
added a commit
to Cobaltians-Samples/Samples-Catalog-Web
that referenced
this issue
Jul 5, 2016
ggendre
added a commit
to Cobaltians-Samples/Samples-Catalog-iOS
that referenced
this issue
Jul 5, 2016
ggendre
added a commit
to Cobaltians-Samples/Samples-Catalog-Android
that referenced
this issue
Jul 5, 2016
I think we should change default to true. what do you think ? |
You're a weathercock :P You told me that Cobalt should not "surpass" the native by enabling the WebView to respond to the scrollsToTop and now, you do not want? |
as seen together in the doc, the default value should be true |
Doc1faux
pushed a commit
to cobaltians/Cobalt-iOS
that referenced
this issue
Jul 21, 2016
Doc1faux
pushed a commit
to cobaltians/Cobalt-iOS
that referenced
this issue
Jul 21, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Enable developer to activate the scroll to top gesture (a simple tap in the status bar) on the controller he wants.
Handle
iosScrollToTop:true/false
in cobalt.conf on iOS. Default should be false.This would enable scroll to top on the Cobalt webview only. We can not enable this if the developper has other scrolling native components in his view
The text was updated successfully, but these errors were encountered: