Doodle3D / doodle3d-client

The Doodle3D web interface that people can access on computers or tablets to draw doodles and control the Doodle3D WiFi box.
www.doodle3d.com
GNU General Public License v2.0
3 stars 8 forks source link

Missing buttons on Android tablet #258

Closed weiin closed 10 years ago

weiin commented 10 years ago

Using Nexus 7 and chrome browser, some of the buttons are missing. This is the same on a generic tablet running Android 4.0.4: imag1128

peteruithoven commented 10 years ago

This is done on purpose. On smaller screens we compensate for the lack of space by hiding some buttons. These buttons would have overlayed the 3D preview for example.

weiin commented 10 years ago

Anyway to unhide them? The mobile view in http://www.doodle3d.com/help/node/63 looks like a solution. (I'm referring to the missing vertical shape buttons)

weiin commented 10 years ago

Putting the buttons at the bottom could work as well, like the stretch and rotate buttons in: d3d-interface-annotated-2

peteruithoven commented 10 years ago

On smaller screens we have to prioritize. Putting the buttons below the 3D preview makes the 3D preview and the drawing area smaller. That's why we choose to move these buttons to a overlay on top of the drawing area and 3D preview.

weiin commented 10 years ago

I understand. The issue is that now the 4 vertical shape buttons are completely missing. Can you put these back into the overlay?