Hi,
I added doctype HTML 5
in my module startup html and use IE9. This should not be a problem anymore according other threads in this forum, right?
But since I did that, the 'offline' class does not seem to work anymore. I cannot store a value, eg.
does not store the passed-in value in the browser-local storage.
Do you see the same (e.g. in the showcase, add the DOCTYPE ?)
SmartGWT 3
SC_SNAPSHOT-2011-08-25/Pro
I added doctype HTML 5
Code:
<!DOCTYPE HTML>
But since I did that, the 'offline' class does not seem to work anymore. I cannot store a value, eg.
Code:
Offline.put("testkey","test1")
Do you see the same (e.g. in the showcase, add the DOCTYPE ?)
SmartGWT 3
SC_SNAPSHOT-2011-08-25/Pro
Comment