fahidattique55 / FAPanels

FAPanels - Swift
Apache License 2.0
851 stars 90 forks source link

Left side menu right slide will open WebView website own side menu as well? #67

Closed jerrychong25 closed 4 years ago

jerrychong25 commented 5 years ago

Hi all,

I would like to add FAPanels Left Side Menu into my iOS app, which already have WebView (Loaded with a website) in the app.

After added successfully, I tried to right slide from screen, as per below: Screenshot 2019-07-31 at 3 40 53 PM

In the end, it will trigger FA Panels left side menu as well as website own side menu too. In total 2 side menus are displayed on my iOS app.

Expected Behaviour (1 Side Menu): Screenshot 2019-07-31 at 3 43 08 PM

Actual Behaviour (2 Side Menu - FA Panels Side Menu on top of WebView Side Menu): Screenshot 2019-07-31 at 3 43 08 PM

Screenshot 2019-07-31 at 3 43 20 PM

Is there any ways to set any hand gesture will always trigger only FA Panels Side Menu (on top of WebView)?

Thanks.

fahidattique55 commented 4 years ago

@jerrychong25 you can disable webview's gesture to so the pan gestures of FAPanels will not have any conflict with it.