You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm encountering problems when going to my JPRO app on any browser (firefox, safari) in iPAD and iPHONE.
In my app, the window is never resized when changing the orientation rotating the iPAD. I don't encounter any problem in Android.
To found the problem, I tried to reproduce with a simple app. I have found a way to reproduce with it half time. As my nodes tree is much more bigger, this can explain that the problem is always present in my case.
Thank you for the bug report!
This is probably related to the VirtualKeyboard.
Currently, we have a logic to avoid resizing when the virtual keyboard is shown - because otherwise, the UI would be very unstable.
We will in general redesign this feature soon - which will solve both of your issues.
Hi Florian and Besidev,
I'm encountering problems when going to my JPRO app on any browser (firefox, safari) in iPAD and iPHONE.
In my app, the window is never resized when changing the orientation rotating the iPAD. I don't encounter any problem in Android.
To found the problem, I tried to reproduce with a simple app. I have found a way to reproduce with it half time. As my nodes tree is much more bigger, this can explain that the problem is always present in my case.
You will find it here : https://github.com/guirak/JProIOsWidthListenerIssue
Don't take care of the appearance of the app as I have just taken the minimal of my app to reproduce the problem.
I have set a width listener in the stage that write a log. When it is not triggered, you will not see the log.
Thank you,
Regards.
The text was updated successfully, but these errors were encountered: