toch navigation and tab bar

I created  a tab bar which works fine and also a touch function that some how works. when I swipe the screen, I use a gotoscene function that changes the .lua file but the tab button still stay in the same spot,

how do I change it so the swipe and the tab bar are in the same location

also the database I have created shows on the sim but when I test it on my phone, the app either crashes or nothing shows

please help

Hi @oewere,

Did you remember to add the tab bar to the scene’s “view”? Remember that all items in a scene need to be added to that scene’s view if youwant them to be handled as part of that scene’s transition and so forth.

Is this your first time using Composer? If so, I suggest that you read the guide carefully, as it contains many useful techniques.

http://docs.coronalabs.com/guide/system/composer/index.html

Take care,

Brent

Hi @oewere,

Did you remember to add the tab bar to the scene’s “view”? Remember that all items in a scene need to be added to that scene’s view if youwant them to be handled as part of that scene’s transition and so forth.

Is this your first time using Composer? If so, I suggest that you read the guide carefully, as it contains many useful techniques.

http://docs.coronalabs.com/guide/system/composer/index.html

Take care,

Brent