ONOSENDAI icon indicating copy to clipboard operation
ONOSENDAI copied to clipboard

fixed scrolling issue

Open etimofeeva opened this issue 2 years ago • 2 comments

Apologies, a bit sleepy, added scrolling touch bar only for mobiles, not by default

etimofeeva avatar Jun 29 '23 22:06 etimofeeva

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...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

netlify[bot] avatar Jun 29 '23 22:06 netlify[bot]

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:

Screenshot_20230630_182758_Brave

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.

arkin0x avatar Jun 30 '23 23:06 arkin0x