How to horizontal screen?

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

Oh, tank you, it worked, but now i don’t know how to get full screen.


I’m glad to hear that :+1:

Try using this line of code to enter full screen:

document.documentElement.requestFullscreen();
1 Like