Pan tilt hat Pantiltweb.py example help

The Up/Down/Left/Right buttons on the Pantilt web.py example work fine in in a browser on my computer, but they don’t work in mobile device browsers. Is there a way to get this to work in a mobile device browser? Thank you…

You could try replacing the mouseup and mousedown events with touchstart and touchend.

Thank you for the response…I will give that a try!