Jhericoh Janquill Lumaque

Results 13 comments of Jhericoh Janquill Lumaque

> It seems that 'Plugin.LocalNotification.NotificationCenter.AskPermission();' is missing, I would like to ask for permission when user activates a toggle in the App, it actually works as mentioned when I create...

Following, currently experiencing the same problem when using on API 31

@prok155 @marcojak @kelvin526 , I managed to fix this while running on Android 12. You just need to install these two packages on your Android project: ![image](https://user-images.githubusercontent.com/93818433/161938483-e94eb37d-2ffc-46c0-a5bc-128dcf2c62fd.png) Can you please...

> To whomever hits this, we encountered this issue on Uno Platform and the root cause of this is the fact that `SkiaSharp` in .NET Standard 2.0 references `System.Memory` in...

CaleandrViewRepresentable code: ```swift CalendarViewRepresentable(calendar: vm.sharedDataStore.gregorianCalendar, visibleDateRange: vm.startDateRange...Date(), monthsLayout: .horizontal, dataDependency: vm.selectedDate, proxy: calendarViewProxy) .dayItemProvider(dayItemProvider) //: DayItemProvider .monthHeaderItemProvider(monthItemProvider) //: MonthHeaderItemProvider .dayOfWeekItemProvider(dayOfWeekProvider) //: DayOfWeekItemProvider .onDaySelection(vm.setDate) .onAppear { calendarViewProxy.scrollToDay(containing: Date(), scrollPosition: .centered, animated:...

@axeldietz, @vishalpr-hs, @andersondamasio, try using Border instead of Frame as I believe Frame is being deprecated on MAUI: https://learn.microsoft.com/en-us/dotnet/maui/user-interface/controls/frame?view=net-maui-8.0#:~:text=If%20you%27re%20building%20a%20new%20.NET%20MAUI%20app%20it%27s%20recommended%20to%20use%20Border%20instead

> I used > > ``` > .monthHeaderItemProvider{ month in > viewModel.visibleMonth = month.month > } > ``` > > for this. Sometimes this may not work correctly, but I...

@bryankeller any updates here?