x/mobile: Key codes don't include non-keypad Plus Sign #69778
Labels
mobile
Android, iOS, and x/mobile
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
CodeKeypadPlusSign is returned by the library via this line, similar to CodeKeypadHyphenMinus above it:
https://github.com/golang/mobile/blob/c6794c95c70b02ddb1a79d92fec29f8b8ddd8836/event/key/key.go#L179
but there is no corresponding CodePlusSign with CodeHyphenMinus:
https://github.com/golang/mobile/blob/c6794c95c70b02ddb1a79d92fec29f8b8ddd8836/event/key/key.go#L136
The text was updated successfully, but these errors were encountered: