Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port Entry.CharacterSpacing to Handler #382

Closed
hartez opened this issue Mar 3, 2021 · 3 comments
Closed

Port Entry.CharacterSpacing to Handler #382

hartez opened this issue Mar 3, 2021 · 3 comments

Comments

@hartez
Copy link
Contributor

hartez commented Mar 3, 2021

Please read the Handler Property PR Guidelines for instructions on how to create and submit a PR for this issue.

Thanks for your help!

@hartez hartez created this issue from a note in Stable 1 Backlog (Handler Properties (Ready for work)) Mar 3, 2021
@almirvuk
Copy link
Contributor

almirvuk commented Mar 5, 2021

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.

@hartez
Copy link
Contributor Author

hartez commented Mar 10, 2021

@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.

@almirvuk
Copy link
Contributor

That's great thanks! Can you assign this issue to me :) It is already WIP so others don't start working on it :)

@hartez hartez moved this from To do to In progress in Handler Property Backlog Mar 10, 2021
@hartez hartez closed this as completed Mar 25, 2021
Handler Property Backlog automation moved this from In progress to Done Mar 25, 2021
Stable 1 Backlog automation moved this from Handler Properties (Ready for work) to Done Mar 25, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Feb 19, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
No open projects
Development

No branches or pull requests

2 participants