Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moqada/cordova-remote-content-example
https://github.com/moqada/cordova-remote-content-example
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/moqada/cordova-remote-content-example
- Owner: moqada
- Created: 2014-05-02T08:39:06.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T17:16:20.000Z (7 months ago)
- Last Synced: 2024-04-16T03:43:32.710Z (7 months ago)
- Language: Java
- Size: 1.11 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cordova でリモート HTML からネイティブ機能を利用するテスト
```
git clone https://github.com/moqada/cordova-remote-content-example.git
```ライブラリインストール
```
npm install -g cordova
brew install ios-sim
```サーバ起動
```
cd cordova-remote-content-example/www_remote
python -m SimpleHTTPServer
```エミュレータ起動
```
cd cordova-remote-content-example/www_remote
cordova emulate ios -d
```