erviem99

Results 10 comments of erviem99

I have the same problem in Angular 13. If is very annoying because the Angular Live Development Server is getting messed up because of this. In my case it is:...

I worked around the problem in my project but I will attempt to reproduce this weekend.

I just gave it a shot on my Windows Laptop with VS 2017 15.7.3 installed. This is a very powerful laptop that I have, but still it doesn't seem to...

Thanks, I already had all those things installed, but a new MvvmCross download solved the issues with compilation. My VS2017 is also running a lot smoother now. The .axml problem...

I can reproduce in the Playground sample in develop branch (6.2). I use the GeolocatorPlugin from here: https://github.com/jamesmontemagno/GeolocatorPlugin Follow the installation instructions for Android and modify the RoomViewModel.Navigate function. I...

#3066 did not solve my issue I managed to solve my issue by adding await Task.Delay(1000); just after the location permissions dialog was dismissed.

FWIW I encounter the same type of problem with the Acr.UserDialogs plugin if I attempt to display a message right after I have finished awaiting a call to IMvxNavigationService.Navigate. This...

I can't run the Playground.Droid project from the latest Develop branch. There are many warnings during start along the lines of: [Warning] Language file could not be loaded for .BaseViewModel...

Just to make it clear this bug is still present in version 6.3.0 and the solution above still works :-)