-
Notifications
You must be signed in to change notification settings - Fork 171
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
Old devices with SDL 2.0 can't display text fields and SoftButtons #1729
Comments
Can you clarify your problem? Are you are connecting to a head unit running an SDL Core 2.0? Or are you using sdl_android 2.0 and seeing this problem? |
I am connecting to the head unit running an SDL Core 2.0 and using sdl_android 5.2.0 |
I discovered the issue to be an NPE from #1706 that was added in 5.2.0. Logs :
Working on fixing it now, the issue should be fixed for the upcoming release 5.3.0 |
The issue got fixed in this PR #1734 |
Bug Report
On head units with SDL Core 2.0, displaying text fields and SoftButtons doesn't work if use sdl_android 5.2.0.
For older sdl_android 5.1.0 everything works fine.
OS & Version Information
Test Case, Sample Code, and / or Example App
The text was updated successfully, but these errors were encountered: