Dear wiki user,

You have subscribed to a wiki page "Cordova Wiki" for change notification.

The page "AddingNewPlatforms" has been deleted by purplecabbage:

https://wiki.apache.org/cordova/AddingNewPlatforms?action=diff&rev1=5&rev2=6

- = Adding a New Apache Cordova Platform =
  
- A "native" platform implementation is generally instantiated with the 
following steps:
- 
-  * Instantiate a chromeless browser. Examples include:
-   * 
[[http://developer.apple.com/library/ios/#documentation/uikit/reference/UIWebView_Class/|iOS
 WebView]]
-   * 
[[http://developer.android.com/reference/android/webkit/WebView.html|Android 
WebView]]
-   * The [[https://bdsc.webapps.blackberry.com/html5/|BlackBerry WebWorks 
framework]] instantiates its own chromeless browser
-   * 
[[http://msdn.microsoft.com/en-us/library/microsoft.phone.controls.webbrowser(v=vs.92).aspx|Windows
 Phone 7 WebBrowser]]
-  * Load packaged www assets (HTML/CSS/JS)
-   * TODO: provide examples of this for different platforms
-  * Enable a bridge between native framework and the web view
-   * TODO: provide examples of this for different platforms
-  * Integrate a new platform into the 
[[http://git-wip-us.apache.org/repos/asf?p=cordova-js.git;a=summary|cordova-js 
project]]. This is a common API for sending messages and triggering error and 
success callbacks with native framework responses.
-  * Ensure the 
[[http://git-wip-us.apache.org/repos/asf?p=cordova-mobile-spec.git;a=summary|mobile-spec
 tests]] pass
-  * Update the 
[[http://git-wip-us.apache.org/repos/asf?p=cordova-docs.git;a=summary|documentation]]
 where applicable, specifically:
-   * Quirks sections, such as if some APIs or methods are not supported.
-   * Add platform-specific guides.
- 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to