How to determine Top and Bottom bars on iOS and Android devices with QML without using native implementations? Need to calculate content resize parameters for keyboard appearing.
Solution found. Since Qt 6.9 might be used SafeArea with Window QML component. Code samples published here. No need to use native code implementation for handling safe area on iOS or Android devices.