Nico Milcoff
Nico Milcoff
Hi @mina5500, that is correct. All emulators are rooted 🙂
Hey, that's an interesting request. I think it's possible via custom renderer. However you will want to have a similar widget available for Android at least (I imagine). [This binding...
I'm not sure this is currently possible (I think so but definitely there's no documentation around the topic). Were you able to do it? I guess this needs investigation.
Right... We will probably need to add a new Setup class (for Extensions) and start from there. If we're lucky that should be the only missing piece.
I like this approach - at least makes the method usable for most scenarios. Should we also consider MainPage changes?
> mmm Maybe listening to PropertyChanging on Application for MainPage will be sufficient? i might do that today and see This sounds reasonable, yes. > also do you have any...
This is actually a feature request, I don't think the MvxSidebarPresenter supports this scenario.
Summoning @MvvmCross/core and @willsb!
@Cheesebaron the only issue with injecting the code in `Setup.LoadPlugins` class is that we no longer force developers to provide their own implementation. Therefore the complexity and corner cases we'll...
I tried to reproduce this issue in the `Playground.Forms.Droid` project but everything worked just fine. After the app was sent to background I even tried opening a different app, just...