-
Notifications
You must be signed in to change notification settings - Fork 87
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
Mobile prevent scroll #547
Conversation
I have a problem that I don't understand for now. The ngTouch directives don't seem to be taken into account in the hosted examples. |
Fixes #399. |
Looks good :-) |
711262e
to
fe3a324
Compare
Any idea about why ngTouch directives are not taken into account in built mode? |
missing |
@@ -15,4 +15,4 @@ goog.require('gmf'); | |||
/** | |||
* @type {!angular.Module} | |||
*/ | |||
var appModule = angular.module('app', [gmfModule.name]); | |||
var appModule = angular.module('app', [gmfModule.name, 'ngTouch']); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does it mean?
fe3a324
to
3d60086
Compare
I prefer leaving the swipe gesture besides for now. |
Also closes side navigation when swiping the map.