/open-in-browser

Allows to open HTML file or image from a filemanager in a browser on Android

Primary LanguageJava

What it is?

Before

  • You saved some site locally to view it offline later
  • You copy the HTML files and images to SD card
  • You insert SD card to you Android tablet or phone
  • You opens the index.html in you favorite file manager
  • OOPS!
  • The HTML file cannot be opened in any Android browsers
  • But the browser understands the file:// URL
  • You types file://mnt/sdcard/offline/coolbook/index.html in the browser and start reading
  • Gosh!

After

  • You saved some site locally to view it offline later
  • You copy the HTML files and images to SD card
  • You insert SD card to you Android tablet or phone
  • You opens the index.html from you favorite file manager in your favorite browser
  • You start reading
  • PROFIT!

Downloads

Screenshots

Settings screen Open With screen Open in Browser screen