Skip to content

Instantly share code, notes, and snippets.

@darkredz
Created July 15, 2012 10:15
Show Gist options
  • Save darkredz/3116175 to your computer and use it in GitHub Desktop.
Save darkredz/3116175 to your computer and use it in GitHub Desktop.
UIWebView ane events
nativeWeb.addEventListener(UIWebViewEvent.FINISH_LOAD, onFinishLoad);
nativeWeb.addEventListener(UIWebViewEvent.LOCATION_CHANGE, onLocationChange);
nativeWeb.addEventListener(UIWebViewEvent.JS_TRIGGER_AS3, onJsTriggerAs);
nativeWeb.addEventListener(UIWebViewEvent.URL_SCHEME_TRIGGER, onUrlScheme);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment