CB-6396 [Firefox OS] Adding basic support

This commit is contained in:
Piotr Zalewa
2014-04-04 12:16:01 +02:00
parent 9399ed3955
commit 51879d8e2f
3 changed files with 128 additions and 0 deletions
+11
View File
@@ -30,6 +30,17 @@ and can't access Cordova APIs.
cordova plugin add org.apache.cordova.inappbrowser
### Firefox OS
Create __www/manifest.webapp__ as described in
[Manifest Docs](https://developer.mozilla.org/en-US/Apps/Developing/Manifest).
Add relevant permisions.
"permissions": {
"browser": {}
}
## window.open
Opens a URL in a new `InAppBrowser` instance, the current browser