reader/android: adds zoom capability

A first pass at zooming into the PDF using:

    window.client.zoom(<value>)

The initial scale is set based on the document dimensions and viewport width.
The value passed into client.zoom(...) can be changed in the future to match any
value and constraints required by the Android code.

This commit closes #44, any future requirements around the PDF web view should
have their own issues created.

Change-Id: Ibc4ca1261bd784b2665e2e98816de7fb59b7f9fc
1 file changed
tree: e6657f9dc3552b6bc055d930064f1bf7ced0298e
  1. android/
  2. common/
  3. web/
  4. .gitignore
  5. .jiriignore
  6. AUTHORS
  7. CONTRIBUTING.md
  8. CONTRIBUTORS
  9. LICENSE
  10. Makefile
  11. PATENTS
  12. README.md
  13. VERSION
README.md

Reader

An example multi-device PDF reader built using Vanadium on both the web and Android platforms. The web version requires use of the Vanadium Chrome extension.

All apps exchange information using Syncbase. Details of the various projects can be found in their respective directories.