Skip to content

Instantly share code, notes, and snippets.

View robcarmona's full-sized avatar

Roberto Carmona robcarmona

View GitHub Profile
@robcarmona
robcarmona / ionic_android_pdf.md
Last active September 25, 2021 23:56
Ionic Android PDF Viewer

Below are options for android pdf viewing. Android does not have a native pdf viewer but there are options with tradeoffs. In all cases, pdfs would need to be temporarily stored unencrypted (we can delete this file once we are done viewing)

InAppBrowser

Uses google docs to view (https://docs.google.com/gview?embedded=true&url='')

  • 👍 zoom in/out functionality
  • 👍 able to hide url navigation bar
  • 👎 pdf's must be online