Hello everyone, I’m just starting my adventure with programming on the watch.
Well, I have a few smartphone devices at home. I would like to add a button to a shield that would send a direct link to control the device.
is it possible and how to program such a button.
please give me a hint
i have GW46 with Tizen 4.0.7
…Edit…
<div class="ui-content">
<ul class="ui-listview">
<li><a href="https://svr1.supla.org/direct/1358/xxxxxxxxxx/toggle">Taras</a></li>
<li><a href="#">List2</a></li>
</ul>
</div>
I used the TAULIST list example from the Tizen Studio template.
but after uploading to the watch it does not work
the watch is connected to the network and to the phone.
how to do it, please give me a hint