I use the demo project inside this post
The only thing I changed was to comment out the following line of code which caused "unknown method" and which should be removed based on the accompanying comment.
I've noticed that to switch to a different page, I need to click the corresponding menu option two times, not a single double-click. Below are logs shown when I tried to goto About page from ABMPageTemplate. It should be done in a single click; could someone kindly show me what was wrong and how to fix it?
[ABMaterial] For Dummies (beginner lessons)
ABMaterial For Dummies This has often been asked for - so it is high time to produce a simple set of guidelines to help get you across the short learning curve. Take your time and see what you have been missing in simplifying web app creation with ABMaterial! IMPORTANT UPDATE...
www.b4x.com
The only thing I changed was to comment out the following line of code which caused "unknown method" and which should be removed based on the accompanying comment.
commented out code:
' turn this mis-guided feature OFF - doesn't play well with others.... will be removed in future updates...
ABM.EnablePassiveEventListeners=False
I've noticed that to switch to a different page, I need to click the corresponding menu option two times, not a single double-click. Below are logs shown when I tried to goto About page from ABMPageTemplate. It should be done in a single click; could someone kindly show me what was wrong and how to fix it?
Logs after first click:
*** Page Event name: page_navigationbarclicked (MyMap) {eventparams=action,value, action=About, value=../AboutPage, eventname=page_navigationbarclicked}
Waiting for value (4 ms)
Disconnected
Connected
Waiting for value (1 ms)
UpdateFromCache: ABMPageTemplate8e63b50a-6568-439a-be2e-7f280c693b2d
Saving the first instance
Waiting for value (2 ms)
Websocket first connection
Waiting for value (6 ms)
-- This Page ID: ABMPageTemplate8e63b50a-6568-439a-be2e-7f280c693b2d
logs after second click:
*** Page Event name: page_navigationbarclicked (MyMap) {eventparams=action,value, action=About, value=../AboutPage, eventname=page_navigationbarclicked}
Waiting for value (5 ms)
Disconnected
Connected
Waiting for value (0 ms)
UpdateFromCache: AboutPage8e63b50a-6568-439a-be2e-7f280c693b2d
Saving the first instance
Waiting for value (1 ms)
Websocket first connection
Waiting for value (3 ms)
-- This Page ID: AboutPage8e63b50a-6568-439a-be2e-7f280c693b2d
*** Page Event name: page_visibilitystate (MyMap) {eventparams=state, state=hidden, eventname=page_visibilitystate}