ONOSENDAI
ONOSENDAI copied to clipboard
fixed scrolling issue
Apologies, a bit sleepy, added scrolling touch bar only for mobiles, not by default
Deploy Preview for neon-clafoutis-466ce1 ready!
| Name | Link |
|---|---|
| Latest commit | cb0ba4fc0e4814e237f17b7716adec8c1d95fa88 |
| Latest deploy log | https://app.netlify.com/sites/neon-clafoutis-466ce1/deploys/649e00c44379400007824a48 |
| Deploy Preview | https://deploy-preview-7--neon-clafoutis-466ce1.netlify.app/ |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
Hello!
I am using JavaScript for the scrolling on desktop. The reason for this is in the attached picture. I am using aug-ui for the fancy panels; scrolling doesn't really work in a normal CSS sense with aug-ui. See here:
I would suggest using JavaScript to add touch scrolling, similar to the JavaScript code in ONOSENDAI.js for mouse-based scrolling. Check the event listeners and model it after that.