https://github.com/bitflower/ionicxwalkshouldinterceptrequesttest
Test the shouldInterceptRequest method of XWalkWebView inside an IONIC app.
https://github.com/bitflower/ionicxwalkshouldinterceptrequesttest
Last synced: about 1 month ago
JSON representation
Test the shouldInterceptRequest method of XWalkWebView inside an IONIC app.
- Host: GitHub
- URL: https://github.com/bitflower/ionicxwalkshouldinterceptrequesttest
- Owner: bitflower
- Created: 2015-12-10T08:27:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-11T20:44:31.000Z (over 10 years ago)
- Last Synced: 2026-04-04T18:20:48.253Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.32 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IonicXwalkShouldInterceptRequestTest
```bash
ionic start AndroidTest
cd AndroidTest
ionic plugin add cordova-plugin-crosswalk-webview
ionic platform add android
ionic build android
```
To run:
```bash
ionic run android
```
Files to check:
/platforms/android/src/com/ionicframework/androidtest621312/MainActivity.java