Jump to content

Rotate Phone with android app


RobYost

Recommended Posts

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.

 

 

Link to comment
Share on other sites

  • 4 weeks later...

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?

Link to comment
Share on other sites

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...