Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/akiran/weinre-demo

weinre setup for debug on mobile devices
https://github.com/akiran/weinre-demo

Last synced: about 1 month ago
JSON representation

weinre setup for debug on mobile devices

Awesome Lists containing this project

README

        

# weinre-demo
Steps for setting up weinre for debugging mobile apps on mobile devices

* Setup web app such that you can access it from both desktop and mobile devices

* Install weinre
```bash
npm install weinre -g
```

* Start weinre server by passing host computer IP
```bash
weinre --boundHost
```

* Add script tag for weinre in your web app
```html

```

* Connect to weinre by accessing webapp from target mobile device