-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
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
Tapping any surface will show iOS keyboard. #5527
Comments
Ok, what I did is replace all Anyone know if |
Might be related to: #5522 |
I am having the same issue on iOS device on safari. Chrome ok. Mui: v0.16.1 |
I am having the issue with mui 16.4 and react 15.4 with iphone 7 chrome 54. |
Would it be useful for there to be an interim release between current master and next which would be master but without the touchtap plugin and onTouchTap replaced with onClick? This would be a good stepping stone for later consuming the next branch changes, and is what I'm doing at the moment to get a version that doesn't require the plugin. Touch tap events could possibly be done with React Tappable instead of the plugin as now suggested at http://stackoverflow.com/a/34015469/1998186. |
@nealeu That's something we could have done, however, I have a low incentive in going into that direction. I have been migration my app a long time ago to the v1-beta branch. The less I work on the master branch and the more appealing the v1-beta branch is the better. I'm closing as the v1-beta branch is no longer using the plugin. |
Yes. Totally agree. |
For some reason on
iOS
whenever any piece of paper or other mui elements are tapped, (like the BottomNavigation) theiOS
keyboard shows up, in safari & chrome.This problem does not occur on the web or on Android (both chrome)
Any ideas why this happens? Anyone had this happen before?
I don't have access to an iOS device to continuously test this.
I'm googling this issue but it doesn't seem a know issue thusfar.
Mui: v0.16.1
React: 15.3.2
The text was updated successfully, but these errors were encountered: