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
Describe the bug
The solution used as part of #1773 only supports API 27 and below in Android as reflection is not supported in API 28+.
Starting in API 29 there are the following supported methods that allow the cursor to be edited programmatically.
Describe the bug
The solution used as part of #1773 only supports API 27 and below in Android as reflection is not supported in API 28+.
Starting in API 29 there are the following supported methods that allow the cursor to be edited programmatically.
Once Aztec View is updated to target API 29 support for the cursor drawable should be added to wrap up support for
selectionColor
To Reproduce
Steps to reproduce the behavior:
selectionColor
to a component that uses RichTextExpected behavior
The cursor should match the
selectionColor
Screenshots
![](https://user-images.githubusercontent.com/3384451/72740272-56195500-3b73-11ea-9beb-f7bae7596750.png)
Cursor Color API 29:
Highlight Color API 29:
![](https://user-images.githubusercontent.com/3384451/72740316-721cf680-3b73-11ea-9e04-0058a4a1bf2f.png)
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: