Hey! So my problem is this.
When i open the app and click the about page and try to click the back button right away or in a one second period i wouldn’t be able to return back to the menu. My back button would not be able to be pressed the first time. So i was playing with this and found out that if i go to the about page and wait 2-3 second THEN and only then would i be able to press the back button and go back on the first press.
So i came to this. The module is taking a couple seconds to load in the widget library and stuff.
Yes i am using widget.newButton through a module because i have a lot of buttons. In the about page there are only 3 buttons though. This happens when i have 100 buttons on a page or 3 buttons. Makes no difference. There’s always a 2-3 second wait period before the widgets kick in and are able to be used.
Is there a way to speed it up or make it as if the whole thing was local? It’s just the app i’m making for a client needs A LOT of buttons so making all of it locally will just take up unnecessary space. I mean this isn’t a big deal because a user would probably read the about page once and the 3 seconds would pass and then they would never even go on that page anymore but it would be nice to have a fix or workaround.
Thanks!
–SonicX278