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
To add additional context, I've been able to get it sort of working using device = new Framer.DeviceView, but the numbers I get for Screen.width and Screen.height appear to be exactly half the actual window dimensions.
I had a similar problem when I added a new module. Try adding Framer.Device = new Framer.DeviceView() in your main coffee/js file instead of device = new Framer.DeviceView
I'm getting an error "Device type "undefined"" when using:
Framer.Device.deviceType = "fullscreen"
Is there a work around for this?
The text was updated successfully, but these errors were encountered: