Initial commit
parents
Showing
.appveyor.yml
0 → 100755
.eslintrc.yml
0 → 100755
.gitignore
0 → 100755
.travis.yml
0 → 100755
CONTRIBUTING.md
0 → 100755
LICENSE
0 → 100755
NOTICE
0 → 100755
README.md
0 → 100755
RELEASENOTES.md
0 → 100755
doc/de/README.md
0 → 100755
doc/de/index.md
0 → 100755
doc/es/README.md
0 → 100755
doc/es/index.md
0 → 100755
doc/fr/README.md
0 → 100755
doc/fr/index.md
0 → 100755
doc/it/README.md
0 → 100755
doc/it/index.md
0 → 100755
doc/ja/README.md
0 → 100755
doc/ja/index.md
0 → 100755
doc/ko/README.md
0 → 100755
doc/ko/index.md
0 → 100755
doc/pl/README.md
0 → 100755
doc/pl/index.md
0 → 100755
doc/ru/index.md
0 → 100755
doc/zh/README.md
0 → 100755
doc/zh/index.md
0 → 100755
package.json
0 → 100755
| { | ||
| "name": "cordova-plugin-inappbrowser", | ||
| "version": "2.0.2-dev", | ||
| "description": "Cordova InAppBrowser Plugin", | ||
| "types": "./types/index.d.ts", | ||
| "cordova": { | ||
| "id": "cordova-plugin-inappbrowser", | ||
| "platforms": [ | ||
| "android", | ||
| "browser", | ||
| "ios", | ||
| "osx", | ||
| "windows" | ||
| ] | ||
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://github.com/apache/cordova-plugin-inappbrowser" | ||
| }, | ||
| "bugs": { | ||
| "url": "https://issues.apache.org/jira/browse/CB" | ||
| }, | ||
| "keywords": [ | ||
| "cordova", | ||
| "in", | ||
| "app", | ||
| "browser", | ||
| "inappbrowser", | ||
| "ecosystem:cordova", | ||
| "cordova-android", | ||
| "cordova-browser", | ||
| "cordova-ios", | ||
| "cordova-osx", | ||
| "cordova-windows" | ||
| ], | ||
| "scripts": { | ||
| "test": "npm run eslint", | ||
| "eslint": "node node_modules/eslint/bin/eslint www && node node_modules/eslint/bin/eslint src && node node_modules/eslint/bin/eslint tests" | ||
| }, | ||
| "engines": { | ||
| "cordovaDependencies": { | ||
| "0.2.3": { | ||
| "cordova": ">=3.1.0" | ||
| }, | ||
| "3.0.0": { | ||
| "cordova": ">100" | ||
| } | ||
| } | ||
| }, | ||
| "author": "Apache Software Foundation", | ||
| "license": "Apache-2.0", | ||
| "devDependencies": { | ||
| "eslint": "^4.0.0", | ||
| "eslint-config-semistandard": "^11.0.0", | ||
| "eslint-config-standard": "^10.2.1", | ||
| "eslint-plugin-import": "^2.3.0", | ||
| "eslint-plugin-node": "^5.0.0", | ||
| "eslint-plugin-promise": "^3.5.0", | ||
| "eslint-plugin-standard": "^3.0.1" | ||
| } | ||
| } |
plugin.xml
0 → 100755
src/android/InAppBrowser.java
0 → 100755
src/android/InAppBrowserDialog.java
0 → 100755
src/android/InAppChromeClient.java
0 → 100755
593 Bytes
599 Bytes
438 Bytes
427 Bytes
438 Bytes
328 Bytes
727 Bytes
744 Bytes
536 Bytes
1021 Bytes
1.01 KB
681 Bytes
src/browser/InAppBrowserProxy.js
0 → 100755
src/ios/CDVInAppBrowser.h
0 → 100755
src/ios/CDVInAppBrowser.m
0 → 100755
src/osx/CDVInAppBrowser.h
0 → 100755
src/osx/CDVInAppBrowser.m
0 → 100755
src/windows/InAppBrowserProxy.js
0 → 100755
tests/.eslintrc.yml
0 → 100755
tests/package.json
0 → 100755
tests/plugin.xml
0 → 100755
tests/resources/inject.css
0 → 100755
tests/resources/inject.html
0 → 100755
tests/resources/inject.js
0 → 100755
tests/resources/local.html
0 → 100755
tests/resources/local.pdf
0 → 100755
File added
tests/resources/video.html
0 → 100755
tests/tests.js
0 → 100755
types/index.d.ts
0 → 100755
www/inappbrowser.css
0 → 100755
www/inappbrowser.js
0 → 100755