1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Force canvas/text input focus on touch for iOS web browsers (#4848)

This commit is contained in:
Salman Abuhaimed
2024-07-23 19:16:51 +03:00
committed by GitHub
parent 56df31ab48
commit 34db001db1
4 changed files with 67 additions and 55 deletions

View File

@@ -248,6 +248,7 @@ web-sys = { workspace = true, features = [
"Storage",
"Touch",
"TouchEvent",
"PointerEvent",
"TouchList",
"WebGl2RenderingContext",
"WebglDebugRendererInfo",