Vice
Vice
Okay thanks @PureWeen, I understand the issue. I will use TemplateSelector for best practise, Even if I use to do it without on Xamarin, and the two popular Carousel librairies....
iOS use two push notifications certificates Production => for release purpose (Testflight, AppStore) Sandbox => for debug purpose (development) What is your configuration in notification hub? ![Screenshot 2022-01-07 at 11...
Actually it will hit when the user click on the notification only. But I am ok with you when we click on the notification and the app is totaly close/kill....
Try my PR #95 Maybe it could help?
Hey great to found this package, because Microsoft documentation is outdated... Is it possible to release this in official nuget package, please? @mpodwysocki, @microsoftopensource Thx anyway for your work
@sshere Thx, You saved my day!!! The FullPath of the file just seems wrong at first. So resaved it, in Cache directory made it work for me. ```` var file...
Hello I got a lot of crash on this too, more than thousand each day when calling RemovePageAsync method only on iOS 13+ ````` PopupPlatformIos.RemoveAsync (Rg.Plugins.Popup.Pages.PopupPage page) PopupNavigationImpl.RemoveAsync (Rg.Plugins.Popup.Pages.PopupPage page)...
I got also some crash when adding a page on iOS 13+ only `````` SIGABRT: Objective-C exception thrown. Name: NSInvalidArgumentException Reason: Application tried to present modally an active controller ....
Did you try to use only PaddingSide.Top? C# ```` HasSystemPadding = true; SystemPaddingSides = PaddingSide.Top; ```` Xaml ```` HasSystemPadding="True" SystemPaddingSides="Top" ````
It should be great to have this informations on the .Net MAUI Output of visual studio code! We already have Android sdk version displayed Output: ```shell Android components: - Java...