tryphotino / photino.Blazor

https://tryphotino.io
Apache License 2.0
324 stars 62 forks source link

Linux on-screen keyboard #125

Open greatawesome opened 1 month ago

greatawesome commented 1 month ago

Does Photino on Linux have a on-screen keyboard, or does a developer need to create their own? I'm trying see if Photino would be a good platform for building a touchscreen application on an embedded device.

MikeYeager commented 1 month ago

@greatawesome We use GTK for Linux UI which does not include an on-screen keyboard. You would have to create your own. I believe there are some HTML/JavaScript/CSS libraries available for that.