Open link Website from button on Wearable Sam sung Watch by code C#

35 Views Asked by At

I have tried some common ways in C# Programming Language but can't open a web link from Button on the Wearable Device (Tizen Samsung Watch) Browser is Samsung Browser, Looking forward to your support and suggestions

Thank you very much

I have try some command

  • Device.OpenUri(new Uri(url))
  • OpenWebCommand = new Command(async () => await Browser.OpenAsync()
  • Linked XAML ...

But it still don't work

Please give some recommends

1

There are 1 best solutions below

1
LDT On

Thanks you so much I have try one day and I can solve it by using method OpenWebCommand = new Command(async () => await Browser.OpenAsync() but need to give permission to the samsung watch to launch the sam sung

Rgds LĐT