I have a minikeyboard component whose 'delete' , 'space' and 'backspace' buttons are not displaying its text while the focus is on it. This issue happened after firmware 10 update.
On pressing this buttons the functionalities are working as expected. Issue is only with the display.
Can anyone suggest some solution to this.
Hi @Ram007,
Can you provide the code you're using for your MiniKeyboard...also can you clarify whether you are using the legacy MiniKeyboard or the new DynamicMiniKeyboard.
Both full and mini keyboard are goofy.
m.top.keyboard.focusedKeyColor = "0xDDD9D7FF"
m.top.keyboard.keyColor = "0xFFFFFFFF"
Notice the focused Key Color is the problem. You have to adjust for it.
I was using legacy minikeyboard and it had the issue. So i tried replacing it with the dynamicKeyboard and this worked fine.