SleepyDevelopment
SleepyDevelopment
Hi, for me there is no Error, but the Collectionview will display completely empty. XAML ``` ``` Dictionary `public Dictionary Test { get; set; } = new Dictionary(); ` Class...
In your Project Properties -> iOS -> Build -> LLVM and activate Debug there. This fixed it for me.
When looking into this issue I noticed that the IsFocused is always false, even if the Picker is open. That's probably why the unfocused is not triggered. Which makes this...