joseph / Monocle

A silky, tactile browser-based ebook JavaScript library.
http://monocle.inventivelabs.com.au
MIT License
743 stars 200 forks source link

use monocle and phonegap in android app,the saveplace don't work #95

Closed yxxyun closed 11 years ago

yxxyun commented 12 years ago

use monocle and phonegap in android app,the saveplace don't work, so I change the cookie to localstorage, but it works some time and some time don't work and the book will back to first page when open book.

sguha00 commented 12 years ago

I think I fixed this in issue #92. Apply the patch there and let me know if it works

yxxyun commented 12 years ago

tnx. but in android app the webview did not support cookie.

yxxyun commented 12 years ago

OK ,It is phonegap's bug, I write webview myself, and replace getcookie and setcookie with localstorage.getItem and setItem ,the placesaver is work fine .

joseph commented 11 years ago

Thanks for investigating this.