I would love to be able to connect to my phone without having to scan the QR code each time.
It could work like that :
- The first time we connect to a browser, we scan the QR code
- During this first connection, the device sends information to the browser which will be stored in the browser local storage. The information contains the unique device GCM id
- Then, next time the user goes to http://web.airdroid.com, the web app checks the local storage for devices. If it finds devices, it offers the user the possibility to connect to one of them directly.
- If the user select one device, then the web app sends a push message to the device which wakes up airdroid and perform the connection to the browser.
JB
It could work like that :
- The first time we connect to a browser, we scan the QR code
- During this first connection, the device sends information to the browser which will be stored in the browser local storage. The information contains the unique device GCM id
- Then, next time the user goes to http://web.airdroid.com, the web app checks the local storage for devices. If it finds devices, it offers the user the possibility to connect to one of them directly.
- If the user select one device, then the web app sends a push message to the device which wakes up airdroid and perform the connection to the browser.
JB