Open pkar70 opened 2 years ago
Thanks. Can you provide the device logs or any exception that may be raised when opening the popup?
Nope. Because my tablet is physically broken, and emulator from Visual Studio doesn't work. I run this app within BlueStacks emulator, and I don't know how to connect VStudio debugger to app within it. But current version of app is here: https://github.com/pkar70/Anniversaries
GitHubContribute to pkar70/Anniversaries development by creating an account on GitHub.
Thanks. Logs are important to troubleshoot the issue, otherwise, try making a small repro sample to show the issue and attach it here.
Repro is given - no code is required, only XAML. Remove DateChanged attribute, and compile with empty xaml.cs file,
FYI, CalendarDatePicker is not currently supported on mobile, you need to use the DatePicker that maps to the native picker on mobile by default. We're planning to support it properly in the future but hasnt been prioritized.
But DatePicker looks differently than CalendarDatePicker... Some time ago, there was no CalendarDatePicker in Uno; I created PR with this, but this PR was never merged.
But DatePicker looks differently than CalendarDatePicker... Some time ago, there was no CalendarDatePicker in Uno; I created PR with this, but this PR was never merged.
Indeed the PR was not merged because it was implementing the native view for CalendarDatePicker, something we did not want to implement because of the porting of the original source.
Current behavior
CalendarDatePicker is not displayed.
Expected behavior
CalendarDatePicker should appear.
How to reproduce it (as minimally and precisely as possible)
Within XAML:
uiDay is correctly presented, but when I click on uiDaySec, nothing happens.
Workaround
None known.
Works on UWP/WinUI
Yes
Environment
Uno.UI / Uno.UI.WebAssembly / Uno.UI.Skia
NuGet package version(s)
Uno.UI 4.1.9
Affected platforms
Android
IDE
Visual Studio 2022
IDE version
17.0.5
Relevant plugins
No response
Anything else we need to know?
No response