jonlipsky
jonlipsky
The current Android ListViewHandler uses a ListView. It should be refactored to use a RecyclerView.
The Android Slider handler should be enhanced to support finer grained steps.
The UWP TextFieldHandler sends OnCommit events when the text is changed. It should be enhanced to send that event when return is pressed and/or focus is lost.
The UWP TextFieldHandler sends OnCommit events when the text is changed. It should be enhanced to send that event when return is pressed and/or focus is lost.
## Pull request type Please check the type of change your PR introduces: - [ ] Update - [ ] Bugfix - [x] Feature - [ ] Code style update...