how to force rotation to horizontal on mobiles?
We don’t have good support on mobiles. The application made should be targeted to PCs.
At least we can encourage on mobile and I hope to see in the future better support for touch devices.
If you’re using the mobile app version of wick, I recommend checking my mobile editor tutorial:
It has some good tips for the mobile editor, including how to force rotation to horizontal on mobiles:
1 Like
I hope so as well, but it will be in the long term.
1 Like
I’m glad to hear that
Try using this line of code to enter full screen:
document.documentElement.requestFullscreen();
1 Like