Hi,
i tryed the webbrowser for .NET and determined that offline storage doesn't work.
I do the following
Quote:
navigator.webkitPersistentStorage.requestQuota(1024 * 1024 * 250, function (grantedBytes) {
alert(grantedBytes);
});
But "grantedBytes" is always 0. I Also can't find any handle in the C# browser component for this.
Is there any posibility to use offline storage?