-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Multi input not work correctly on mobile #35
Comments
im also experiencing this while creating a PixiComponent using @pixi/react with |
@dwihp2 not fixed yet. |
@hungluongkong, thanks for your effort. Keep in mind that there was another issue with iPhone, if we are setting the input field alpha to 0, the keyboard will be shown and hidden instantly, so better to avoid setting it but just move it out of the screen. Also on iOS it needs to create input every time we need to read it, as it will also skip showing the keyboard... Love iOS devs :) @dwihp2, Doing a release with this fix now, will ping pixi/react devs to update it after my release. |
Expected Behavior
App can handle multi input fields, open keyboard on one press and hide on one press.
Current Behavior
Only one input can work. If create more than 1 input fields, keyboard will not open, HTML input have active when tap on it and typing not work correctly.
Possible Solution
I'm create each HTML input for every input component:
This how I fix it. Thanks for your time.
I'm not check on iOS device yet.
Steps to Reproduce
Create 2 or more input in one time.
Environment
The text was updated successfully, but these errors were encountered: