Overview
Last updated
Decentraland is now available on mobile. Players can explore your scenes from iOS and Android devices, in addition to the desktop client and the web. As a creator, you can adapt your scenes so they look great and play well on touch-based devices.

Sample Scenes — open-source scenes built by the Decentraland team and optimized for mobile play.
Missing Features — features available on the desktop client that are not yet supported in the mobile app.
Hardware Requirements — minimum and recommended hardware specs for running Decentraland on mobile.
Detect the platform from code — use isMobile() to branch your scene's logic and UI per platform.
Preview your scene on mobile — preview directly on a phone via the Creator Hub or the CLI.
Mobile safe area — the screen regions reserved for system controls and the device's hardware margins (notch, home indicator); keep scene UI clear of them, with the ScreenInsetArea component or by hand.
UI best practices for mobile — DOs and DON'Ts, sizing recommendations, and current limitations.
Input on mobile — touch-friendly input mappings and which InputActions to avoid.
Optimize Performance — mobile scene limits, how to preview them in Creator Hub, and performance targets.
Get featured on mobile Discover — submission requirements for the mobile Discover section.
iOS curation — how iOS content curation works and how to submit your scene or world for review.
Before publishing a scene that should work well on mobile, make sure that:
Last updated