View Single Post
Old 02-17-2012, 09:53 AM   #1
erez213
Junior Member
erez213 plays well with otherserez213 plays well with otherserez213 plays well with otherserez213 plays well with otherserez213 plays well with otherserez213 plays well with otherserez213 plays well with otherserez213 plays well with otherserez213 plays well with otherserez213 plays well with otherserez213 plays well with others
 
Posts: 7
Karma: 2601
Join Date: Feb 2012
Device: Kindle Touch
Possible solution for full screen images

As I'v seen here there is no actually good solution (if there is one) for viewing images in full screen, but I think I'v found something.

Today I'v seen this app:
http://blog.fsck.com/2011/12/wafflet...dle-touch.html

Whice simply dispaly html page, and if you'll change the html source code to something like this:


Code:
<!DOCTYPE html>
<html>

  <head>
    <title>Backbone Demo: Todos</title>
  </head>

  <body>
	<img src="pic.jpg" style="width:100%;height:auto;" />
  </body>

</html>
You'll recive full screen image!!
And with a few JS this is possible to add an option to switch images to read books and to save the location and anything else.

Only problem I'm facing now is that the upper menu (with the search bar and the menu button) is still appear and I can't figure out how to hide it.

So if anybody fimiliar with a solution this could be great

Hope I'v helped someone
erez213 is offline