Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stage width listener not triggered in iPAD / iPHONE #168

Open
guirak opened this issue Jan 24, 2024 · 2 comments
Open

Stage width listener not triggered in iPAD / iPHONE #168

guirak opened this issue Jan 24, 2024 · 2 comments

Comments

@guirak
Copy link

guirak commented Jan 24, 2024

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.

@FlorianKirmaier
Copy link
Contributor

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.

@guirak
Copy link
Author

guirak commented Jan 29, 2024

Hi Florian,

The bug is present even if the virtual keyboard is hidden or disabled. I have no problem on Android, its only on iOS

Thank you
I'm very impatient for the virtual keyboard issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants