I am using bottom navigation, while testing with companion tool it is working fine. But when I download and install the application, there is some malfunction. If I switch from one screen to another, it automatically comes to screen1.
Your calling screen in wrong way. Switch screens correcty
I see many issues done by users because they switched screens not correct.
This below is now just one of many other solutions:
[blocks]
If you dont open/close screens correct your app will get possible runtime errors.
Possible errors: (example)
Unable to add window -- token android.os.BinderProxy@45d459c0 is not valid; is your activity running?
Iam sure you don’t want that.
Then please do it in the future and switch screens correct.
General Tips and Tricks for App Inventor/Makeroid
…
I tried what you said, but still it is not working properly.
If I use buttons and navigate it is working fine, but when I use bottom navigation the is some malfunction.
Your doing again wrong. Make prcedure blocks fot each function
netsolutions1:
Your calling screen in wrong way. Switch screens correcty
I see many issues done by users because they switched screens not correct. This below is now just one of many other solutions: [blocks] If you dont open/close screens correct your app will get possible runtime errors. Possible errors: (example) Unable to add window – token android.os.BinderProxy@45d459c0 is not valid; is your activity running? Iam sure you don’t want that. Then please do it in the future and switch screens correct. General Tips and Tricks for App Inventor/Makeroid …
or if you want to use that same method, instead of IDs use title.
1 Like