I have login page and after user successfully logged in it redirects to home page. User Interaction is 10 min. Meaning if user not interact with app 10 min. it redirects to login page.
But after redirects the login page the login page textfield and login button is not working. Any idea?
PS: Also I want to remove all other pages after login. I want to remove every page from stack from home page and home page onward. As shown below when app try to redirects from logout anything in stack from Home Page to Payment Page must be remove.
Hi,
I have login page and after user successfully logged in it redirects to home page. User Interaction is 10 min. Meaning if user not interact with app 10 min. it redirects to login page.
But after redirects the login page the login page textfield and login button is not working. Any idea?
PS: Also I want to remove all other pages after login. I want to remove every page from stack from home page and home page onward. As shown below when app try to redirects from logout anything in stack from Home Page to Payment Page must be remove.
My Routes Class:
User Login Button:
My Logout function: