Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/janumedia/uiwebviewane
UIWebView / WebView Adobe AIR Native Extension for iOS and Android
https://github.com/janumedia/uiwebviewane
adobe-air andoird ane ios native-extension objective-c uiwebview
Last synced: 3 months ago
JSON representation
UIWebView / WebView Adobe AIR Native Extension for iOS and Android
- Host: GitHub
- URL: https://github.com/janumedia/uiwebviewane
- Owner: janumedia
- Created: 2015-11-23T11:38:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-24T12:21:02.000Z (about 9 years ago)
- Last Synced: 2024-05-30T16:29:07.518Z (9 months ago)
- Topics: adobe-air, andoird, ane, ios, native-extension, objective-c, uiwebview
- Language: C
- Size: 1.41 MB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
UIWebView / WebView ANE for Android
======================================UIWebView / WebView Adobe AIR Native Extension for iOS Android applications
Also can be use as alternative to StageWebView
Version
---------This is version 1.0.0 of this extension.
Extension ID
---------
```
com.janumedia.ane.uiwebview
```Usage
---------```
webExtension:UIWebViewExtension = new UIWebViewExtension;
webExtension.open("http://kompas.com", 5, 200, 350, 400);```
Available Methods
```
webExtension.getVersion (); // return String current ANE versionwebExtension.
webExtension.open (urlPath:String, xPos:int, yPos:int, width:int, height:int) : Boolean
webExtension.loadURL (urlPath:String) : Boolean
webExtension.reload () : Boolean
webExtension.goBack () : Boolean
webExtension.goForward () : Boolean
webExtension.goBackOrForward (steps:int) : Boolean // Android only
webExtension.x // setter / getter
webExtension.y // setter / getter
webExtension.width // setter / getter
webExtension.height // setter / getter
webExtension.close () : Boolean```
Author
---------This ANE has been writen by [I Nengah Januartha](https://github.com/janumedia). It belongs to [JanuMedia Inc.](http://www.janumedia.com) and is distributed under the [Apache Licence, version 2.0](http://www.apache.org/licenses/LICENSE-2.0).