arctic-fire-development / dapper-gcs

node.js + HTML5 Ground Control Station for unmanned vehicles.
Other
9 stars 7 forks source link

Layout of Fly screen needs to be built on device resolution #299

Open brucecrevensten opened 10 years ago

brucecrevensten commented 10 years ago

Example, on nVidia Shield, Resolution there is 1920 x 1200. Size of left alt slider/etc is tall enough to push Fly button away off the bottom of the screen, which you can scroll to but the map doesn't extend to that region, etc. Fix so that total viewport is considered when constructing that screen.

brucecrevensten commented 10 years ago

Should support, to start with, iPhone 5s, iPad Air, Samsung Galaxy 3, and nVidia Shield. (We have those!)

brucecrevensten commented 10 years ago

This isn't really as simple as just "rescale the thing." I think it makes sense to take the time to do enough research to implement a somewhat correct framework for making the plugins able to decide how to render based on screen resolution.

Here's a good jumping-off point for learning about this.