Mr-Pearce

Results 16 comments of Mr-Pearce

I have kinda the same problem. I Switched my shared projects to netstandard 2.0 project but now suddenly the gorilla player server crashes when i connect to it with my...

> > > Rollback to v3.5.0.114 and it's working. v 3.5.0.117 is working fine on android but on ios i get the question mark icons i also tried downgrading to...

i had Forms 3.6.0.220655 downgrading to 3.5.0.169047 is not working with 3.5.0.114 iconize also cleaned and rebuilded everything Xam.Plugin.Iconize (114) is installed in my main project(net standard) and two shared...

just tested it and it works Xamarin.Forms 3.5.0.169047 Xaml.Plugin.Iconize 3.5.0.117 Xaml.Plugin.Iconize.FontAwesome 3.5.0.117 and putting the fontawesome ttfs inside the ios projcet root Thanks guys!

You have to install them as followed. **PCL Project, Android Project, Ios Project** _Xam.FormsPlugin.Iconize Xam.Plugin.Iconize_ **Android Project, Ios Project** _Xam.Plugin.Iconize.FontAwesome_

The Font awesome plugin has an older version. more info here https://github.com/jsmarcus/Xamarin.Plugins/issues/44

i Would also like the 4.7 Update

It will probably confuse users when the form is greyed out as if it is disabled but is enabled just that the keyboard wont show up.

I Tested it with ``` @code { [Inject] IHttpContextAccessor httpContextAccessor { get; set; } string useragent; protected override Task OnInitializedAsync() { useragent = httpContextAccessor.HttpContext.Request.Headers.UserAgent; return base.OnInitializedAsync(); } } ``` Tested...