Closed jerrychong25 closed 4 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:
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):
Actual Behaviour (2 Side Menu - FA Panels Side Menu on top of WebView Side Menu):
Is there any ways to set any hand gesture will always trigger only FA Panels Side Menu (on top of WebView)?
Thanks.
@jerrychong25 you can disable webview's gesture to so the pan gestures of FAPanels will not have any conflict with it.
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:
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):
Actual Behaviour (2 Side Menu - FA Panels Side Menu on top of WebView Side Menu):
Is there any ways to set any hand gesture will always trigger only FA Panels Side Menu (on top of WebView)?
Thanks.