websystemtechnology
websystemtechnology
I configured my app project starting from the documentation https://docs.gluonhq.com/ and using the GluonFX Gradle plugins. But the push notifications are not working on iOS. It is not displayed in...
How to prevent the doodle trace from falling out of the designated node for drawing the trace?
Attached are the logs with both iOS and Android errors that I get when I try to send a sms in my project [sendSMS.txt](https://github.com/gluonhq/gluonfx-gradle-plugin/files/8207353/sendSMS.txt)
I Think it's impossible to create apk for device with ABI armeabi-v7a. I check into the ply store, at moment around the world there are 7K device with ABI aarch64...
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...
When starting the app, as soon as the ios system asks me to give location permissions, my app crashes. Also, geolocation doesn't work I use the services of the PositionService...
From my Android version 12, when I get a notification on my app I get this error: `AndroidRuntime: FATAL EXCEPTION: Firebase-Messaging-Intent-Handle AndroidRuntime: Process: package_app, PID: 23149 AndroidRuntime: java.lang.IllegalArgumentException: package_app: Targeting...
on some Android devices with version 12, when when starting the app you do not accept permissions for geolocation, the app crashes. I can't figure out where to intervene. Attached...