with this configuration of my build.gradle:
...id 'org.openjfx.javafxplugin' version '0.0.13'id 'com.gluonhq.gluonfx-gradle-plugin' version '1.0.15'
run my app with an iPhone 14 with iOS 16, the view overlaps with the notch and this makes the buttons in the view not clickable. How can I do to locate the notch on an Iphone 14 and prevent it from being superimposed on my view?
with this configuration of my build.gradle:
...
id 'org.openjfx.javafxplugin' version '0.0.13'
id 'com.gluonhq.gluonfx-gradle-plugin' version '1.0.15'
run my app with an iPhone 14 with iOS 16, the view overlaps with the notch and this makes the buttons in the view not clickable. How can I do to locate the notch on an Iphone 14 and prevent it from being superimposed on my view?