uncomputable / simfony-webide

Simplicity / Simfony development in the browser!
https://simfony.dev
Creative Commons Zero v1.0 Universal
8 stars 3 forks source link

badger added and working #32

Closed dpet closed 4 months ago

uncomputable commented 5 months ago

Error: Failed to invoke action displaySetContentScale: frame state invalid

Switching to mobile (Firefox) causes an error that seems to disable the ducking animation upon mouse hover. On Chrome, there is no error but the ducking is also disabled.

dpet commented 5 months ago

I was unable to duplicate the firefox mobile error. In Chrome, when it emulates a mobile device, the cursor does not have a hover state because you can only press or not press on a tablet or phone. Clicking on the screen activates the hover state and pressing somewhere else deactivates it. I added error catching so errors in the js don't stop the subsequent rust functions from running.