Himanshu
Posts: 0
Joined: Mon Mar 31, 2014 9:46 am

How to restrict from a particular page to some other particular page on mobile "Back Button"?

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?

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

How to restrict from a particular page to some other particular page on mobile "Back Button"?

Hello,

Please create empty javascript function for event "Backbutton"

Himanshu
Posts: 0
Joined: Mon Mar 31, 2014 9:46 am

How to restrict from a particular page to some other particular page on mobile "Back Button"?

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.

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

How to restrict from a particular page to some other particular page on mobile "Back Button"?

Hello,

If you create empty event "Backbutton" on "Home Page" it will prevent navigation with back button on mobile phone only for this page.

Himanshu
Posts: 0
Joined: Mon Mar 31, 2014 9:46 am

How to restrict from a particular page to some other particular page on mobile "Back Button"?

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?

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

How to restrict from a particular page to some other particular page on mobile "Back Button"?

Hello,

With empty javascript function on event "Backbutton" on "Home Page" you won't navigate to page "User Page"

Return to “Issues”