Mobile support
Does Polotno support mobile and touch devices?
Yes, You can use it on mobile and touch devices to create beautiful designs there. On smaller screens polotno will automatically change layout for better experience.
Note: Polotno SDK is designed to work for web environment. Polotno is not designed for native mobile apps. But you can use it in your mobile app if you have a webview there.
How to toggle mobile mode on large screens?
In some cases you may want to force compact/mobile view on large screen. For example if you want to display the editor on the side. I that case you should add polotno-mobile
class for any parent container of Polotno editor. E.g. you can add it into body
tag.
<body class="polotno-mobile">
<div id="root"></div>
</body>