iOS Question [B4XPages] Delete back button text

angel_

Well-Known Member
Licensed User
Longtime User
How can I delete the text (MainPage, Page...) of the back button?

 

angel_

Well-Known Member
Licensed User
Longtime User
Do you want to allow the user to return to the previous page? If not then show the page with B4XPages.ShowPageAndRemovePreviousPages.
Yes, I need to allow go back to the previous page
 
Upvote 0

angel_

Well-Known Member
Licensed User
Longtime User
Add to B4XPage_Created:
B4X:
#if B4i
B4XPages.GetNativeParent(Me).HideBackButton = True
#end if
Text does not disappear, I have tried the following and it seems to work properly

B4X:
Private Sub B4XPage_Disappear
    B4XPages.GetNativeParent(Me).Title = ""
End Sub
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…