Hello Guys, today i will show you my example of a simple tap menu app.
I created a simple tap menu with 3 buttons and also 3 different arrangements as pages.
I used only one screen because some components in appinventor or thunkable do only work right on screen 1.
Features:
I added an swipe function to navigate per swipe to the page you want
I’m developing my apps using your Tap Menu Example with Swipe Function, @Mika
Here’s few questions:
How to make the Canvas filled all the screen? Would love to know if it’s possible to make the swipe area to filled all the screen. So any place the user wants to swipe left/right, it will move to another page, like from Home to Info and so on.
Is the Canvas place limited to just at the bottom of the page?
But what I found is the extension can’t read my gesture when I swipe left/right.
Need to swipe several times before it can read it and do what the next block tells.
On another test, I need to wait few seconds before Gesture Handler extension can understand my swipe.
Test it using Asus Google Nexus tablet and Oppo F1.
Is it just because of Thunkable Live?
Will it work perfectly if it is exported as .apk?
Update:
Test it using packaged application (.apk).
It runs smoother.
But now I found that half to bottom of the screen is not detected by Gesture Handler.
If I swipe on the half to bottom screen, it’s not working.
But half to top screen is working good.