2
Appyver emulator mobile app not displaying correctly
complete
E
Eoin Doyle
Hey guys, Using the appgyver emulator app on iOS and Android and the navigation menu and navigation header bar are disappearing on me.
It started happening on the app I was working on/building and when I created a new app, the nav bars where both visible.
I've been building out my app in the newly created app and now both the nav bar and nav header bar have disappeared again. They were working previously as I'd been testing after each save. I haven't edited the navigation settings on the second app.
From what I can tell they might have disappeared after I enabled 3rd party authentication.
I've had no response to this on the community support forums so now posting here as I believe this to be a bug.
I'm running the emulator app version 2.3.24 on both iOS and Android and this issue is appearing on both.
Thanks,
Eoin
Log In
Activity
Newest
Oldest
Kristian Gerkman
complete
Kristian Gerkman
under review
Kristian Gerkman
Hey @Eoin Doyle, sorry about the wait!
I can't really say what or where the issue is with this one yet.
Could you give me the app ID so that I can see how it is configured and try to reproduce it?
Also did you test this with AppGyver legend (1.9.22)? If you did, does it happen on it also?
E
Eoin Doyle
@Kristian Gerkman: Hi Kristian, thanks for coming back to me.
I've 2 apps in Appgyver, 185064 & 176594. The issue is also posted on your forum too. You will note from this post that the issue wasn't appearing on a new build and then did appear and I didn't touch the nav bar settings.
I've just downloaded Appgyver legend and yes the issue is there too.
Appreciate the response. Please keep me updated on the progress of this and if it is just happening to me or other users too.
Eoin
Kristian Gerkman
@Eoin Doyle: I had a look, and I think that there is no bug, rather just a misconfiguration. If you have authentication enabled, by default it disables the navigation to the non-auth pages -> navigation bar is disabled in the initial view.
You can open pages that are not the initial view(e.g registration page) with the
Open page
- flow function, but you have to have the Allow page to be opened without authentication
option enabled on the page you want to navigate to. It can be found from under the advanced properties on the pages properties tab.Also once you've confirmed that the user has successfully authenticated, you need to use the
Dismiss initial view
- flow function to disable the restricted navigation usage.Please let me know if there is still something I can help you with!
Thanks! :)
E
Eoin Doyle
@Kristian Gerkman: Thanks for clarifying that Kristian. However does the navigation header bar not stay in place when the 3rd party auth is enabled? I use a iPhone 11 and the content of the page goes behind the screen/camera notch. The background doesn't go down over the fullscreen leaving about 10% of the bottom of the screen white. The background is a container set to systemVars.dimensions.viewport.height to cover the height of the screen of the device being used.
Kristian Gerkman
@Eoin Doyle: Hey, sorry for delayed answer to this. When you have authentication enabled, the initial view (login page or any authenticated page) will not have the navigation bars, and we are still missing the support for custom safeArea to the apps, meaning that you are not able to configure the area under the notch. To workaround this issue you can add padding to the top of the page.
E
Eoin Doyle
Hi Appgyver team,
Is there any update on a scheduled fix for this? Really hard to use the system when I can't see if things are working and no updates on fixes.
Thanks,
Eoin