gluonhq / gluonfx-gradle-plugin

Plugin that simplifies using Gluon Client for Java/JavaFX gradle projects
BSD 3-Clause "New" or "Revised" License
100 stars 22 forks source link

App does not work on iPhone14 with iOS 16 #164

Closed websystemtechnology closed 1 year ago

websystemtechnology commented 2 years ago

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?