Skip to content

Instantly share code, notes, and snippets.

@darkredz
Created July 15, 2012 10:07
Show Gist options
  • Save darkredz/3116153 to your computer and use it in GitHub Desktop.
Save darkredz/3116153 to your computer and use it in GitHub Desktop.
UIWebView Native Extension Example
var nativeWeb:UIWebView = new UIWebView();
nativeWeb.stage = stage;
nativeWeb.viewPort = new Rectangle(0, 0, 600, 400);
nativeWeb.loadAppBundleAsset('test.html');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment