Hello,
I'm playing around with the B4XPages, and iOS -
I'm using the native back button on iOS - to go back to previous page, it was simple navigation.
If I press that - I then use to clear input boxes.
However if minimize the app, to leave in the background to get check on email to get verification code and return back to the application it clears the input boxes.
So, I saw there is the B4XPage_Background - which I was hoping somehow to split this;
IF - I press the back button, sure clear the input boxes;
IF - I minimize the app, I dont want the input boxes to clear;
Could some point me to the direction or best practice to somehow do what I desire?
Thank you.
I'm playing around with the B4XPages, and iOS -
I'm using the native back button on iOS - to go back to previous page, it was simple navigation.
If I press that - I then use to clear input boxes.
B4X:
Private Sub B4XPage_Disappear
' Clear my input boxes
End Sub
However if minimize the app, to leave in the background to get check on email to get verification code and return back to the application it clears the input boxes.
So, I saw there is the B4XPage_Background - which I was hoping somehow to split this;
IF - I press the back button, sure clear the input boxes;
IF - I minimize the app, I dont want the input boxes to clear;
Could some point me to the direction or best practice to somehow do what I desire?
Thank you.