Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Unintended behavior
View staffing
Attachment actions
Description
I'm developing an app with WebView interface and a background service for min sdk 8, target sdk 10.
- Steps to reproduce the problem.
Click on an html input (type=text).
Keyboard appears.
Start typing on the keyboard. <-
- What happened.
The app crashes, caused by a zombie.
- What you think the correct behaviour should be.
The app shouldn't crash with user type on virtual keyboard.
- Additional Info
The app only crashes when the user start typing on the keyboard and I have no code activated on user input.
I attached a bugreport.
Gabriel Lumbi