6 ms·
I dont see why it would be hard to change the screen resolution on the fly, kinda like what desktop games do. Other apps can use fluid layouts to fit multiple r
by hackoder 17y ago
I dont see why it would be hard to change the screen resolution on the fly, kinda like what desktop games do. Other apps can use fluid layouts to fit multiple resolutions.
When it comes to other features of the phone, e.g. camera or accelerometer, like one of the posters said- you'll have to do progressive enhancement. Intelligent web developers already know how to do this. You feature test, then you enable a particular feature. Its not all that difficult.
- angelbob 17y agoFluid layouts are a reasonable compromise, but they mean a layout that's slightly "off" in many cases. Look at how GTK+ scales on different mobile devices, for instance. It works, but it means giving up a lot of control, and the results tend to show it.
- buster 17y agoforgetting the fact that GTK is quite some years old and software has evolved. You really think it's impossible to have a scalable UI? Ever surfed the internet with different resolutions? Now imagine you don't have cross browser incompatibilities and a framework that behaves the same everywhere.