kverweij / stagewebviewbridge

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

ipad will break http request #29

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.when i use as call js function; but same time html page use http request data 
from server. will break this request on ipad, on android is work;
2.if i use commet on this page, will not work on pad, when communication js and 
as.
3.

What is the expected output? What do you see instead?

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

Please provide any additional information below.

Original issue reported on code.google.com by LiuQiang...@gmail.com on 4 Jun 2012 at 8:08

GoogleCodeExporter commented 8 years ago
Hi,

Any news about that issue? I'm also trying on iPhone calling a distant html 
page and StageWebViewBridge.call are not working (JS>AS and AS>JS).

Please help!! Thanks.

Original comment by florianbernard13@gmail.com on 5 Oct 2012 at 1:33

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I also had this issue. Fixed it by putting the bridge within a separate page in 
an iframe and then using postmessage to pass messages between the iframe and 
the page.

Original comment by stevejhi...@gmail.com on 27 Aug 2013 at 3:00