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
Not sure if I'm doing something wrong, but alert(skel.vars.stateId) returns undefined.
I'm trying to run scrolly with offset only for narrower and mobile breakpoints, but I'm not successful, so maybe skel.on doesn't work because stateId is undefined.
skel.vars.os returns "wp"
The text was updated successfully, but these errors were encountered:
found out skel.vars.mobile is not reliable too :( Lumia 950XL with W10M (stable) was not showing mobile menu that was visible only when mobile was true. Tried to use skel.breakpoint("small").active but it doesn't work on Vivaldi, so not sure about other browsers, but I needed something 100% reliable, now I'm using window.innerWidth <= 736
Not sure if I'm doing something wrong, but alert(skel.vars.stateId) returns undefined.
I'm trying to run scrolly with offset only for narrower and mobile breakpoints, but I'm not successful, so maybe skel.on doesn't work because stateId is undefined.
skel.vars.os returns "wp"
The text was updated successfully, but these errors were encountered: