kverweij / stagewebviewbridge

Automatically exported from code.google.com/p/stagewebviewbridge
0 stars 0 forks source link

Conflict with HTML5 Cache-Manifest #32

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Create a webpage with html5 and enable cache-manifest in html tag.
2.Use webView.loadURL(), loading the external file created. 
3.The cache-manifest stops downloading and cause error when 
stagewebviewbridge.js call onDomReady (utilizes window.location) 

What is the expected output? What do you see instead?
The expected is to download the cache correctly and also on updates. Instead, 
it causes error.

What version of the product are you using? On what operating system?
StageWebViewBridge 1.0 Beta 3 Air 3.2. Occurs in Air for IOS and Android.

Please provide any additional information below.
I don´t have a ready example. I solved this by delaying the calls for As3 
checking the window.applicationCache status. But it fakes the events onDomReady 
and onDeviceReady as it is called later.

Original issue reported on code.google.com by marcioik...@gmail.com on 13 Aug 2012 at 3:07