Languages

Menu
Sites
Language
HOW I can Open web link (http) on connected phone from Gear web JS App ?

Hi there,

HOW I can make code 4 open web link (http form tag <a> for ex. etc) on connected phone from Gear from web App (WatchFace) ?

Run app on gear, and then user see the screen with link or with btn. and tap on it and then will see Q.  "r U w open link on phone?"

ans if Y. link opened on phone def. browser

 

THX

 

 

Edited by: Denis Miroshnikov on 17 Jun, 2017

Responses

3 Replies
André Reus

You can communicate between your Android phone and Gear using Samsung Accessory Protocol(SAP) or by using your own method of connectivity(BLE  etc). 
SAP => http://developer.samsung.com/galaxy/accessory

And what kind of tag you will use, it depends on your decision and project requirements. Here i have just shared my idea of technology implementation. 

Denis Miroshnikov

Maybe anyone have short example for sending HTTP link to phone default browser app with SAP ? ( Web API)

André Reus

SAP have sample app. You just need to modify that app and convert tizen part into Watch Face App.