Hi, I recently got my hands on the new Jolla Phone and I am very happy with it. Now it is time to do some programming for it. I want to port my Rust non-Qt app to Sailfish. And I have a couple of questions. I hope there are people here who can answer them.
- Are official Qt apps using internal scaling? xdg_shell seems to return scailing as 1.0, while android(AppSupport) returns 2.375
- How does compositor decide when app is fullscreen? My app is getting instantly resized from 1032x2272(fullscreen) to 1032x2186(camera cutout + small black bar at the bottom) at startup no matter what I try.
- Is there a way to trigger the keyboard? dbus?
- How do covers work? It is just another surface/window? Can I in theory use it without Qt?
Other than those it works perfectly, even managed to get GPS location working