03-05-2010 10:05 AM
Hi,
I want to know whether the HTML/CSS files can be stored on the device and can it be used for reading & editing purpose?
03-05-2010 11:41 AM
I don't see why you couldn't store html files and css files on the SD card and edit them in a basic edit field and display them with a BrowserField.
03-06-2010 01:11 AM
Hi
Thanks for your reply. But I want to save the ebook and user can read & bookmark the same.
Will this be possible?
03-06-2010 01:42 AM - edited 03-06-2010 01:42 AM
You could try adding a ScrollListener to your BrowserField and when the user exits the application you could save how far they scrolled.
When they come back into the application just scroll to the point they left off and there you have a bookmark. You could also use the same functionality to have the user set their own bookmarks.
Mind you, this is my suggestion but others may be able to give you ideas.