iOS Question iSideMenu issue

Descartex

Well-Known Member
Licensed User
Longtime User
Hi.
I'm almost finishing my IOS app, and there is a weird behaviour on opening the left side menu.
I've tested on my device (iPhone 4S) and my client reported me this pic from his iPhone 5:
WhatsApp Image 2016-09-15 at 14.49.50.jpeg

As you can see, the side menu shows empty. The app blocks there, because my client wanted to disable the close gesture.
Someone else happens the same?
I could not reproduce it on my device, but i have a video where it happens frequently.
Thanks a lot.
 

Descartex

Well-Known Member
Licensed User
Longtime User
Yes, neither release or debug mode i could not reproduce the issue on my device...
Its a very weird thing...
 
Upvote 0

Descartex

Well-Known Member
Licensed User
Longtime User
Of course:
B4X:
Dim LeftPage As Page
LeftPage.Initialize("LeftPage")
LeftPage.RootPanel.LoadLayout("LeftSideMenuLayout")
LeftMenuMainPanel.Panel.LoadLayout("LeftSideMenuContentLayout")
RigthPage.Initialize("RightPage")
RigthPage.RootPanel.LoadLayout("RigthSideMenuLayout")
smc.Initialize(LeftPage, GlobalVars.NavControl, RigthPage)
App.KeyController = smc
smc.OpenGesturesEnabled=False
 
Upvote 0

Descartex

Well-Known Member
Licensed User
Longtime User
Sure.
Thanks!!!
 
Upvote 0
Top