How is adaptiveness of the app determined?
2 comments
@bragefuglseth @gloopsies what if it requires landscape orientation? Like games for example. I can easily imagine a game that can work on desktop, tablets and phones from the same build.
|
@gloopsies Developers provide supported window sizes and input methods in the app metadata. Support for different devices is calculated based on this. For example, an app that claims to be resizable down to a width of 360px and has touch support will be marked as working on mobile.