View Single Post
Old 11-02-2013, 08:53 AM   #1
Aeris
Developer's Corner Mascot
Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.Aeris ought to be getting tired of karma fortunes by now.
 
Aeris's Avatar
 
Posts: 486
Karma: 1277790
Join Date: Sep 2013
Device: Kindle Paperwhite 5.3.4, Kindle Keyboard 3.4
WebReaderViewer - built in image/frame/string/html viewer for kindle

Today I was playing with kindle commands and I've found this one:

WebReaderViewer

It's a nice viewer compatible with different formats, as images or html pages.
You can try it with this command:
Code:
WebReaderViewer ///mnt/us/images/sample.jpg image
(where ///mnt/us/images/sample.jpg must be the path to your image)

or this one for displaying wikipedia.org:
Code:
WebReaderViewer http://www.wikipedia.org uri
or again the following to display some text:
Code:
WebReaderViewer "Hello world!" string
where ///mnt/us/images/sample.jpg is the path to your image. It allows a very nice pinch to zoom and move functionality. On web pages you can't click on links.

Click on the cross symbol or double tap on the screen to close it.

General usage:
WebReaderViewer contentURL type(string/uri/frame/image)

Maybe it could be integrated in some nice apps, like gallery explorers or comics readers. Tested on Kindle PW1. I'd like to know if this command works on Kindle Touch too...

Last edited by Aeris; 11-02-2013 at 09:04 AM.
Aeris is offline   Reply With Quote