It would be great to have some backgrounds that are interactive just with the mousemove events, for example this demo or this one. Or even this one but with the mousemove instead of click.
The mosemove interaction would work always, even when not in browsing mode.
Guide contributeur
Stack technique
swiftjavascript
Domaine
desktop
Type d'issue
feature
DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
3
Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
1-3 hours
Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
stale
ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
mostly clear
Prérequis
macOS development basicsevent handling concepts
Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
30
Direction de recherche
Investigate how Plash currently handles mouse events in browsing mode versus non browsing mode. Look at the existing event forwarding mechanism from the web view (WKWebView) to the app. Consider whether the web view needs to be configured to allow mousemove events even when not in browsing mode, or if the app needs to capture these events from the web view's JavaScript and relay them to the desktop rendering. Check any related discussions in the issue comments or linked demos for implementation clues.