MappView: Scrolling a content via touch doesn't work

Hello,

I have a content within a MapView project that is taller than the area in which it is embedded. As expected, a scrollbar now appears on the right side. However, I can only scroll the content up and down with the mouse, by left-clicking and dragging or using the scroll wheel. Unfortunately, touch does not work. Regardless of whether I try with one or more fingers, there is no response. All other inputs function as usual.

I am certain that this should work. I have not made any special settings. The gestures in the Vis file are commented out. I did experiment with them yesterday, but this does not change the behavior.

Does anyone have an idea of what might be causing this? I have observed the same behavior on a Multitouch Panel PC2100 as well as on my laptop using Chrome and Firefox.

Thank you.

Hi,

please check

You prop. need to enable the Touch-Event-Api in your browser.

CHH

2 Likes

Hi Steffen,

try to start chrome browser with command line parameter “–touch-events”

Or adjust browser setting as Christian recommended.

Sincerly Simon

2 Likes

Hi again.

It’s working now. I’ve launched Chrome with the flags “–kiosk --touch-events,” and it works as expected.

Incidentally, Firefox also works if you enable the setting “dom.w3c_touch_events.legacy_apis.enabled” to true via “about:config.”

Thank you for your assistance.

1 Like