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