5
Cannot "Open Page" while in "Initial View"
complete
B
Bentley Davis
The "Initial View" documentation at https://docs.appgyver.com/data/authentication says "It has its own navigation stack, so you can e.g. open a registration page with Open page, just like on any other page in your app." but I added a button navigating to another page and nothing happens if I click the button. The same button works when auth is turned off.
Log In
Activity
Newest
Oldest
B
Bruno Oliveira
Harri Sarsa, after having recently changEd to firebase authentication, I'm experiencing this same problem: open-page won't work in web preview or webapp if the initial view isn't dismissed, EVEN IF the destination page is set to open without authentication. It opens for an instant and then returns to the initial view. This does not happen in the android build.
H
Harri Sarsa
complete
This is now fixed with the latest release, see https://docs.appgyver.com/changelog#release-146-2020-12-11
Note that you need to set the "Allow page to be opened without authentication" under page Advanced properties for the pages you want to be accessible without auth!
A
Adrian Schwaller
I have the same issue here, however only in the web preview. In preview on the mobil app everything works fine.

H
Harri Sarsa
in progress
H
Harri Sarsa
At least opening a modal with the Open in modal property set to true should work, but we'll check this – which platform are you experiencing this on?
B
Bentley Davis
Harri Sarsa: This is on web preview. Here is a link in case the params are useful https://preview.appgyver.com/index.html?appId=201250&appHash=bc0116ad5109b7cb5ffa18f6a1faac1b6e0d45b68fdf120f8d49f98360ffbb0d&pageId=DolanApp&dolanApiVersion=2&releaseTargetId=undefined&version=dev&env=appgyver.com&route=page.Page5&tab=0
B
Bentley Davis
Harri Sarsa: A modal window would not meet our needs.