rakshithsj30

Results 3 issues of rakshithsj30

Hi, Imageview not working with this library

Hi, I am using this library for my application using localhost. segment is storing values when i access the site using http://localhost:8080 but it is not saving values if i...

``` await _client.OnAsync("chat", added: (s, args) => { Dispatcher.RunAsync(CoreDispatcherPriority.Normal, () => { TextBox1.Text = args.Data + " -> 1(ADDED)"; }); }); ``` I am facing problem in this block. I...