CodenameOne icon indicating copy to clipboard operation
CodenameOne copied to clipboard

Cross-platform framework for building truly native mobile apps with Java or Kotlin. Write Once Run Anywhere support for iOS, Android, Desktop & Web.

Results 188 CodenameOne issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Hi, I tried implementing the buttons behavior similar (basically the same ) to _CaptureAndPlaybackAudioSample_ -- https://gist.github.com/jsfan3/419f44a9ad49d8fc1c1e3e325d1e5422 The only difference, I am using 2 buttons instead of 3...

A simulator skin for iPhone 6.5" 1284 x 2778 is missing, so it is not possible to generate the required screenshots for App Store Connect. Please add such a skin...

Using portrait mode with a status bar and Landscape mode without a status bar is not working correctly (on iOS). Implementation: 1) use theme constant landscapeTitleUiidBool=true and 2) override StatusBarLandscape...

Priority-High

These is a problem with android sound clips, where "sometimes" a clip simply is not played, or is not played in its entirety, or is rendered as a nondescript "thunk"...

Based on my research it's currently not possible to integrate any app extensions over CN1. I'm personally most interested in the [Today Extension](https://developer.apple.com/library/archive/documentation/General/Conceptual/ExtensibilityPG/Today.html) and therefore will try to describe what...

I see one zombie "ImageLoader" process for each time URLImage createToStorage is called. Inspecting the code, I don't see any place where imageLoader.kill() is ever called, and that is the...

App extensions are like separate apps embedded within the main app bundle on iOS. They have their own App ID and need their own provisioning profile and entitlements. I plan...

enhancement

The EDT won't sleep if there are registered animations on the form. If a Label has a URLImage set as its icon, then the Label will register itself as an...

enhancement

The same project, when compiled with Ant, took a few seconds for a clean & build. After switching to Maven, it takes much longer, in the following log 45 seconds,...

In the Codename One "build app", by clicking on "Account", there is the user token needed for the Push service. I suggest making it easily copyable with one click, rather...