Reputation: 464
I trying to use the sliding menu template from onsenui with google maps on one of the pages, but the touch events get messed up? Is there any way to avoid this?
Upvotes: 1
Views: 743
Reputation: 1798
You can set the swipe target. eg. only swipe start on the left edge would active the slide.
<ons-sliding-menu swipe-target-width="100">
Upvotes: 2