iOS Question Back button isn't visible.

LWGShane

Well-Known Member
Licensed User
Longtime User
I have the "Hide Back Button" option in the designer un-checked and the back button isn't visible.

Any ideas?
 

JonPM

Well-Known Member
Licensed User
Longtime User
Is the Hide button unchecked on all of the layouts you are using?
 
Upvote 0

LWGShane

Well-Known Member
Licensed User
Longtime User
Is the Hide button unchecked on all of the layouts you are using?

Yep, both layouts have the property unchecked.
 
Upvote 0

LWGShane

Well-Known Member
Licensed User
Longtime User

Attachments

  • iOS.zip
    167.6 KB · Views: 186
Upvote 0

JonPM

Well-Known Member
Licensed User
Longtime User
I am about to leave so just briefly looked at project. I believe the issue is that you are creating a new Nav Controller in About page. Instead you should remove the AboutController use Main.NavControl.ShowPage(About) in About code module
 
Upvote 0

LWGShane

Well-Known Member
Licensed User
Longtime User
@JonPM - Awesome, it works! Thanks for the help
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…