raimohanska / ourboard

An online whiteboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mobile Usage

raimohanska opened this issue · comments

Mobile usage is under progress.

In #194 some improvement was made, but there's still way to go to reach some kinda parity with desktop.

  • Support connection creation
  • Connecting to or from a container element doesn't seem to work
  • Support drag-to-add for items (now drag results to an instruction text to use click instead)
  • Usability for adding new items: "click on board to add an item"
  • Disable default zoom features of the mobile browser. Sometimes I manage to zoom so that the toolbar etc get larger
  • Adjust font sizes etc for usability on small screens
  • Editing usability: automatically zoom in on selection
  • Pasting things onto board (text, images)
  • Add an image using the device's facilities (photo library, camera...)
  • Resizing: larger resize handles
  • Modifying connections by dragging
  • Double-click to add note not working inside containers on touchscreen (caused by the mere existence of onClick/onTouchStart handlers in ItemView?!)

The home page / dashboard is now quite mobile friendly. Board view works read-only on mobile. Mobile editing doesn't work. It's about adapting to touch screens.