Kirill

Results 45 comments of Kirill
trafficstars

@davidbuckleyni Could you give more information about it? Screenshots, stack trace and etc.

@abdulkhn8 How can I replicate this issue? Can you create a simple project where I can reproduce the issue? I'm not sure that it's the plugin's problem but I can...

@pbjob Hi. I will think about it. Maybe I will create some virtual methods in PopupPageRenderer for Keyboard which you will be able to override and the plugin will not...

@efimilya It's not hard but currently I have other important tasks. Maybe after the next release.

@lolohouse What device did you use to get this exception? `RootWindowInsets` can't be null for devices with >= API 23. Give me more information about the device, xamarin, xamarin.forms and...

@smilingerdk Hi. Yes, Maybe I make it in 1.1.x.

@smilingerdk @aconte80 I thought, and I will not make it. If you want to use NavigationPage that do it in Modal page: ``` csharp Navigation.PushModalAsync(new NavigationPage(new YourPage()); ```

@shnaz Hi friend. I did it because NavigationPage has toolbar but popup page couldn't have toolbar. You must use PushModalAsync with NavigationPage.