I am building an offline web application using html5 , angularjs and pouchdb to bring a large amount of data from the server and store it to the inbrowser db and work offline.
My target device is windows 8 tablets with IE Metro browsers. I am very worried now, no clue how my application will behave when i start getting large datasets (images and pdfs as base64encoded strings). I was expecting that I should be able to store atleast 200mb of data within the IE Metro in browser DB.
Please advice if my expectations are correct or not.