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 paste into text fields from mobile safari #501

Open
psifertex opened this issue Jun 21, 2021 · 1 comment
Open

cannot paste into text fields from mobile safari #501

psifertex opened this issue Jun 21, 2021 · 1 comment
Labels
web Related to running Egui on the web

Comments

@psifertex
Copy link

Using the demo on an iphone you cannot paste into text fields.

First observed in tpscube but appears to be an egui issue since it reproduces in the demo.

I realize this is potentially hard to work-around given the canvas backing, but one potential work-around is to optionally render a browser native text-field (and getting the exact style correct 😬)

@parasyte
Copy link
Contributor

Mobile IME was added in #253 - it manipulates the visibility and position of an HTML input element to make the IME keyboard show up on mobile devices. I'm not sure how feasible it is to get the hidden input element to notice long-presses for copy-paste, but it's a starting point.

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

No branches or pull requests

3 participants