You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// useHoverEffects is disabled for wasm
const auto styleHints = QGuiApplication::styleHints();
styleHints->setUseHoverEffects(true);
I guess this is a fix to the lack of hover effects.
They also included many more fixes to make the wasm experience closer to the desktop one, maybe it's worth to check it out.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
QmlOnline doesn't have native hover behavior on buttons, menubars, etc.
I was checking a Forked Repo, called Qaterial, when I found this file:
https://github.com/OlivierLDff/QaterialOnline/blob/master/src/main.cpp
There they added:
I guess this is a fix to the lack of hover effects.
They also included many more fixes to make the wasm experience closer to the desktop one, maybe it's worth to check it out.
Thanks in advance.
The text was updated successfully, but these errors were encountered: