make INLINE_IME_MIN_DISPLAY_SIZE configurable
Categories
(GeckoView :: IME, enhancement, P2)
Tracking
(Not tracked)
People
(Reporter: g4rb4g3, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:72.0) Gecko/20100101 Firefox/72.0
Steps to reproduce:
I'm using GeckoView on an cars head unit running Android. This head unit has no back key an a pretty low resolution display (800x480).
Problem with Geckoview is that the keyboard is always showing up in full screen mode and there is no way to close it.
Currently I've added a bytecode replacement in my app to get around this. (https://github.com/g4rb4g3/ABRPTransmitter/blob/82001a16b88fcad095c4dd595d290118a498893a/app/build.gradle#L164 )
It would be great if the INLINE_IME_MIN_DISPLAY_SIZE in GeckoInputConnection.java would be configurable.
Actual results:
Keyboard shows up in full screen with no change to close it again.
Expected results:
Keyboard shouldn't be open in full screen mode.
Comment 1•6 years ago
|
||
Thanks for the report! Looks like this is a duplicate of Bug 1515669. We raised the priority of the other one.
Comment 2•4 years ago
|
||
Moving some IME bugs to the new GeckoView::IME component.
Description
•