Dataskop / dataskop-ar

Dataskop breaks new scientific ground developing mobile, situational embedded data visualization methods to combine physical environmental and abstract data representation.
https://dataskop.fhstp.ac.at/en
MIT License
1 stars 0 forks source link

Input UI/World detection not working as expected #111

Open Mumb0 opened 2 months ago

Mumb0 commented 2 months ago

Describe the bug

Currently the input distinction between letting an interaction go in the world or in the UI based on starting element is not working properly and causes disambigous behaviour when user tries to swipe on several elements. (e.g. a user has to let go of the screen at the end of a swipe between ui elements when its started between ui elements, and can not let go inside an ui element)

To Reproduce

Steps to reproduce the behavior:

  1. View DataPoint
  2. Start swipe on DataPoint
  3. End swipe on UI element
  4. No swiping happens.

Expected behavior

Swipe gets executed regardless of the app element point at the end of the swipe.

Additional context

References: #110

Mumb0 commented 2 months ago

Needs testing on iPad