Hello Team,
I have two pages on my app. One "Home Page" and second "Log-In Page". On mobile's back button at Home Page, I want to restrict it to go to Log-In page.
How can I do it?
Hello Team,
I have two pages on my app. One "Home Page" and second "Log-In Page". On mobile's back button at Home Page, I want to restrict it to go to Log-In page.
How can I do it?
Hello,
Please create empty javascript function for event "Backbutton"
But this will restrict BackButton to all the pages. I don't want to do like that.
I have so many pages in my app, but just want to do some logic on these two pages. Please be more specific in your answer.
Hello,
If you create empty event "Backbutton" on "Home Page" it will prevent navigation with back button on mobile phone only for this page.
But think If I am on "User Page" and now I navigate to "Home Page", then on "Home Page" I click mobile's Back Button, then it should navigate to "User Page". will this happen with your answer too?
Hello,
With empty javascript function on event "Backbutton" on "Home Page" you won't navigate to page "User Page"