You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, @hartez I also took this one but I am stuck, not sure how to determine if it "IsLollipopOrNewer" on Maui, as we have in EntryRenderer for Android in XF.
@almirvuk Lollipop is the minimum version of Android for MAUI, so the handler won't actually need to check that - just assume that everything is Lollipop or newer.
But if you run into other checks like that, you can use NativeVersion.IsAtLeast() to check API levels*.
* for now - we might be changing that API slightly in the future.
Please read the Handler Property PR Guidelines for instructions on how to create and submit a PR for this issue.
Thanks for your help!
The text was updated successfully, but these errors were encountered: