gluonfx-gradle-plugin icon indicating copy to clipboard operation
gluonfx-gradle-plugin copied to clipboard

App does not work on iPhone14 with iOS 16

Open websystemtechnology opened this issue 2 years ago • 0 comments

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?

websystemtechnology avatar Oct 10 '22 14:10 websystemtechnology