Quantcast
Channel: Adobe Community : All Content - AIR Bugs and Performance Issues
Viewing all articles
Browse latest Browse all 1419

LOCATION_CHANGING is not dispached when StageWebView(false) on windows

$
0
0

Hello,

 

on windows,

<script type="text/javascript">document.location="?return=loc";</script>

 

location changing event

stageWebView.removeEventListener(LocationChangeEvent.LOCATION_CHANGING, onWebViewLocChanging );
private function onWebViewLocChanging( event:LocationChangeEvent ):void  trace(event.location);
}

 

is dispatched when I use

var stageWebView:StageWebView = new StageWebView(true);

 

and it isn't dispatched when I use

var stageWebView:StageWebView = new StageWebView(false);

 

Thanks


Viewing all articles
Browse latest Browse all 1419

Trending Articles