MattIPv4 / PyDMXControl

A Python 3 module to control DMX using OpenDMX or uDMX - Featuring fixture profiles, built-in effects and a web control panel.
https://pypi.org/project/PyDMXControl/
GNU General Public License v3.0
114 stars 22 forks source link

[JavaScript] Swipe to go back (web debug control panel) #11

Open MattIPv4 opened 5 years ago

MattIPv4 commented 5 years ago

The web debug control panel, when used as a web app on iOS does not have the ability to swipe to go back. Swipe to go back should be implemented on the fixture and channel control pages to navigate up the page structure (fixture to home, channel to fixture). This should ideally be done using vanilla JS as jQuery or similar are not currently in use on the site and I would like to keep it that way.