StageWebView crash with a proxy
Hello,
I'have got a problem with the StageWebView object when it use with a proxy on a mobile Android Application.
On a mobile with a direct Internet connection, we have no problem.
But when the connection is by a proxy we have a crash on our app.
The StageWebView dispatch no error before the crash and a try catch dispatch no error too.
We are on a 4.4.2 version of Android and the model is Samsung Galaxy Tab 4.
The code to create the webview is :
_webView = new StageWebView();
_webView.stage = this.stage;
_webView.viewPort = new Rectangle(48,90, 1182, 600); // tab 4
_webView.loadURL(pUrl);
Thank you in advance for your answers.
