NEW 239541
[model] Trouble interacting with more than one model elements
https://bugs.webkit.org/show_bug.cgi?id=239541
Summary [model] Trouble interacting with more than one model elements
Thomas Kumlehn
Reported 2022-04-20 07:25:33 PDT
on iPadOS 15.5 public beta - I interact with one of two model elements (rotate, scale) - I scroll down to the second model element and try to interact with it - This fails because a single finger gesture is mis-interpreted as a multi finger gesture. - I scroll up to the first model and now my single finger gesture is totally ignored (assuming that it is interpreted as a three finger gesture) My assumption is, that the scroll gesture also messes with the stream of communication to the connected ARQL process, similar to https://bugs.webkit.org/show_bug.cgi?id=237950
Attachments
Thomas Kumlehn
Comment 1 2022-04-21 00:46:17 PDT
I restructured my DOM and with <model> not nested inside other divs, and cannot reproduce the reported problem any more. It also avoids placing UI over the <model>. I now provide both versions on our server: With problem: https://kreativekk.de/wp-content/uploads/ar/2modelBug.html Without problem: https://kreativekk.de/wp-content/uploads/ar/2modelNoBug.html
Ryan Haddad
Comment 2 2022-04-22 16:15:07 PDT
Thomas Kumlehn
Comment 3 2022-06-07 00:59:55 PDT
Safari on iPadOS 16 beta now doesn't even load the first .usdz Both <model> areas just show a small ARKit icon with a close x Suggestion: make the icon look more as a strike thru instead of an invite to press close
Note You need to log in before you can comment on or make changes to this bug.