Jump to content

Recommended Posts

Posted

When I rotate my phone when using the android app I wrote it goes back to the sign in form.

 

If I rotate while in a browser it does not.

 

My android app is very simple it only has one control on it; a WebView.

 

Does anyone know where to start looking?  Or is there a setting in UniGui that will disallow the restart.  I have an option on my main form to log out, so if I could disable it elsewhere.

 

 

  • 4 weeks later...
Posted

I am still having this problem.

 

When running my program on a browser it works fine.

 

But if I run it in an Android App that I wrote it rotating the phone from portrait to landscape causes the program to go back to the login screen.

 

The app is very simple.  A single WebView that redirects to my website (https://secure.simple-landlord.com/m)

 

Does anyone have any ideas how to figure out this problem?

 

Where should I put the logging?

 

What are the possible ways that the program would restart?

Posted

I'm not good at Android development, but if I'm not wrong, when you rotate the phone, the activity recreated, and that cause it to reopen the link again so switch to the login screen.

 

it may require you to save state for the activity, so it will resume it, or if there's something to prevent the activity to not be created when rotating the phone

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...