hugoloza / gwt-mobile-webkit

Automatically exported from code.google.com/p/gwt-mobile-webkit
2 stars 0 forks source link

Release archive out of date #25

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. download the storage API bundle
2. try to use it with the sample code provided in HelloStorage.java
3. methods Storage.isLocalStorageSupported() && 
Storage.isSessionStorageSupported() are not in the API.

What is the expected output? What do you see instead?
I would expect the sample code to work.

What version of the product are you using? On what operating system?

1.0.1 on linux

Please provide any additional information below.

Original issue reported on code.google.com by eric.sho...@gmail.com on 2 Sep 2010 at 2:54

GoogleCodeExporter commented 9 years ago
Hi Eric,

It seems that somehow, you got an older version of the Sample application. The 
right version is at 
http://code.google.com/p/gwt-mobile-webkit/source/browse/tags/storage/1.0.1/samp
les/hellostorage/src/com/google/code/gwt/storage/sample/hellostorage/client/Hell
oStorage.java?r=339#92

Original comment by bguijt on 10 Dec 2010 at 2:05