3
Navigation not working properly in 2.X beta
complete
T
Travis Edward
When authentication is enabled and initial view is selected, the app launches with the selected initial view however the open page doesn't work. When authentication is disabled with navigation header and footer disabled, the page selected to start in Navigation does not work. It seems that the app (android 2.X beta) launches with the lowest page page.id - my app Build: 273945

Log In
Activity
Newest
Oldest
H
Harri Sarsa
complete
H
Harri Sarsa
Should be fixed with 2.4.24!
Kristian Gerkman
in progress
Kristian Gerkman
@Travis Edward: this start page issue is a valid bug on web, thanks!
Could you tell me more about that " data in the array for get collection shows up as [object Object]" is there an open issue to that already? If so could you link it, otherwise could you tell me what's your setup to get [object Object]
T
Travis Edward
@Kristian Gerkman: I got that fixed by renewing my api calls, this error seems to appear when something in the repeated array is not suppose to be there. I did see this error and I noticed that my Bubble.io API calls are not showing up.

T
Travis Edward
@Kristian Gerkman: Okay, seems to be a bug now on the android again if you want to review my app please feel free ID- 272493
Kristian Gerkman
under review
Kristian Gerkman
>When authentication is enabled and initial view is selected, the app launches with the selected initial view however the open page doesn't work
If you have authentication enabled, you need to turn on the option "Allow navigation without authentication", but this is not yet available in current composer, and it will be once the actual release comes around.
>When authentication is disabled with navigation header and footer disabled, the page selected to start in Navigation does not work.
Where do you select the staring page?

T
Travis Edward
@Kristian Gerkman: Where is the second option found in appgyver composer pro? Below is the options I have.

Kristian Gerkman
@Travis Edward: Do you mean the "allow page to open without navigation"? - If you do then, it will be visible under the pages 'Advanced properties' tab, BUT it is not yet available for you, sorry about that. :)
T
Travis Edward
@Kristian Gerkman: What i meant is for the initial page to actual come up first in 2.X runtime android build. Example an index page the first page you land on.
Kristian Gerkman
@Travis Edward: The initial view is for when you have authentication on, so once you dismiss it, it "unlocks" the rest of the app. So if you don't have authentication on, you can use the open page flow.
And since you don't have authentication nor navigation on, what I think you can do is add open page to an event called "App launched" in the global canvas.
Kristian Gerkman
edit: ... I didn't notice your image above.. sorry about that. I think it is an actual bug. I'll investigate more tomorrow. :)
T
Travis Edward
@Kristian Gerkman: Awesome, also the reason I have not bothered to do the open page in app launch is because the data in the array for get collection shows up as [object Object]. Waiting on that to fix as well.