You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One nice thing about awt is that the text field are implemented as <input> which can trigger the virtual keyboard on touchscreen devices. Wondering if it's possible to do the same for swing text fields.
The text was updated successfully, but these errors were encountered:
Didn't work for me. I have Swing text fields, but they
don't trigger the soft keyboard. You can try on a tablet.
I tried with an Apple iPad and a HUAWEI tablet:
On a side note, CheerpJ seems to work fine with Chrome, Safari on
Android and IOs devices. But didn't see a virtual keyboard triggered.
As an extrem solution was thinking of porting the JavaFX keyboard:
But this has the drawback that it wouldn't make good use of
Android respectively IOs resources. Interestingly CheerpJ touch
support is quite good, for example in the above example
One nice thing about awt is that the text field are implemented as
<input>
which can trigger the virtual keyboard on touchscreen devices. Wondering if it's possible to do the same for swing text fields.The text was updated successfully, but these errors were encountered: