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

Cannot input when I use IME in IOS #1584

Closed
harveyprince opened this issue Feb 1, 2018 · 4 comments
Closed

Cannot input when I use IME in IOS #1584

harveyprince opened this issue Feb 1, 2018 · 4 comments

Comments

@harveyprince
Copy link

harveyprince commented Feb 1, 2018

It looks like I cannot use IME to input when I set UserAgent to IOS 11 (both real IOS device and mac safari).
-2
Any idea to fix this?

@harveyprince harveyprince changed the title Cannot input when I use keyboard in IOS Cannot input when I use IME in IOS Feb 2, 2018
@pizn
Copy link

pizn commented Feb 7, 2018

After CompositionEnd, the beforeInput return, so...user input IME got nothing...

if ((IS_IOS || IS_ANDROID) && SUPPORTED_EVENTS.beforeinput) return true

@hkbarton
Copy link

hkbarton commented May 2, 2018

any update on this?

@HereSinceres
Copy link
Contributor

@pizn But this does not solve the problem,it is still a problem under IOS(no test android)

@ianstormtaylor
Copy link
Owner

Closing in favor of #2368, if you think this is unrelated let me know and we can reconsider.

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

No branches or pull requests

5 participants