Android Question [B4XPages] Android split-screen problem

doko

Member
I tried to move my program from the classic B4A programming to the new programming B4XPages due to a problem that occurs when the (Android screen split for two programs)
It causes the termination of any page on it and returns to the beginning of the program
** Activity (main) Create, isFirst = false **

I test the example project here:

but get the same result When User Split His Android Screen ----> (Restart the program from the beginning and lose any current page)
 

doko

Member
The activity is recreated when its resized. This causes the page state to be lost. You need to maintain it yourself.

Try this: https://www.b4x.com/android/forum/threads/123906/#content
thanks Erel for your reply.

Is there any chance of retaining the Activite mode when resizing?
The question because I have tried other programming languages (Unity3D) that do not have this limitation
is there any chance to see that soon in B4A , B4XPages or even classic B4A (non-B4XPages)

Thanks in Advanced
 
Upvote 0
Top