Hi !
I have a few pages in a B4XPage application in which I am disabling the Back Keys by using the following code in the B4XPage_CloseRequest event of such pages
But how do we remove the BACK ARROW symbol on the Page Title in such pages ?
Sorry if I sound too basic..
Thanks ..
I have a few pages in a B4XPage application in which I am disabling the Back Keys by using the following code in the B4XPage_CloseRequest event of such pages
B4X:
Private Sub B4XPage_CloseRequest As ResumableSub
Return False
End Sub
But how do we remove the BACK ARROW symbol on the Page Title in such pages ?
Sorry if I sound too basic..
Thanks ..