Francesco Galgani
Francesco Galgani
Thank you so much for your great library. I tried to use it to make a live streaming: it works properly. The moment the app goes into the background, however,...
Thank you for the excellent new Inspect Component feature. The issue is that it requires that the Simulator is in "Single Window Mode" (tested with Netbeans 14 on Linux, zulu-fx-11-amd64,...
Hello everyone! After a long time, I'm getting my hands on Codename One again :) I updated Codename One to the 7.0.80 version. I'm using zulu-fx-11-amd64 in Netbeans 14 on...
The fact that Codename One allows to create native interfaces with Objective-C is essential, but now all new libraries for iOS are written in Swift. This is starting to be...
As far as I know, currently the only way to send Push messages in the user's language is to have the server know the language to be used and translate...
I'm receiving crash reports for many months now, almost daily, related to an app that I am no longer maintaining and have also removed from the stores. Probably there are...
"Control Center -> Device Builds" doesn't provide OTA link for IPAs There is only a link to download the IPA, but there is no link to install it on iOS.
First, I thank Steve for this comment, it was resolutive: https://stackoverflow.com/questions/63256117/changing-the-screen-orientation-lock-on-ios#comment111885399_63269202 I created my own native interface, designed for my specific use case, which makes the screen lock functionality on...
I would suggest, after implementing the RFE https://github.com/codenameone/CodenameOne/issues/3209, to add a CN.isLockOrientation() API. The reason is that a cn1lib may need to lock the screen, but before doing so it...