mirror of
https://github.com/lampaa/com.lampa.startapp.git
synced 2026-04-12 00:00:30 +08:00
Update README.md
This commit is contained in:
15
README.md
15
README.md
@@ -46,4 +46,17 @@ navigator.startApp.start([
|
||||
function(error) { /* error */
|
||||
console.log('47', error);
|
||||
});
|
||||
```
|
||||
```
|
||||
|
||||
|
||||
|
||||
**Start application in iOS**
|
||||
|
||||
```js
|
||||
navigator.startApp.start("twitter://", function(message) { /* success */
|
||||
console.log(message); // => OK
|
||||
},
|
||||
function(error) { /* error */
|
||||
console.log('47', error);
|
||||
});
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user