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

IsSelected() does not return value of checkbox on Android, iOS, or Mac #35

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

christopherhofmeister
Copy link

Added IsChecked() Method
-Reference Issue #34 IsSelected() does not work on Android, iOS, or MAC when getting the check value of a checkbox or radio button.
-Reduced the spacing on MainPage.xaml so that the new UI elements would fit on Windows without needing to scroll
-Added Checkbox and Radio button to MainPage.xaml for demo and UI Testing of new IsChecked() Method

Notes:
The attribute to determine the check value is platform dependent. Passing the Test Device seemed to be a concrete way of determining the attribute to get.

Testing
The added UI Tests were run on Android, iOS, Mac, and Windows and successfully passed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants