Re: Can we use GWT code with IndexedDB to provide offline support in browsers

2013-08-26 Thread Michael Prentice
Have you looked at Elemental? http://www.gwtproject.org/articles/elemental.html It is 'experimental' but it may be helpful for what you are doing. On Friday, August 23, 2013 3:35:50 AM UTC-4, NITIN PANDEY wrote: > > Hi, > I have an issue is that I have to provide offline support using my GWT >

Can we use GWT code with IndexedDB to provide offline support in browsers

2013-08-23 Thread NITIN PANDEY
Hi, I have an issue is that I have to provide offline support using my GWT code on browsers. Currentl I have implemented it on google chrome via WebSql. But Websql is not supported on firefox and IE so I need to migrate by IndexedDB. Is there any library availible for the same?? Please help --