andy_314
andy_314

Reputation: 464

Onsenui: sliding menu + google maps

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

Answers (1)

Tamura
Tamura

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

Related Questions