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** Tabs material icons do not change color together with the text on the tabs. Bug report created as suggested by Shai on Reddit. **To Reproduce** Compile and...

**Is your feature request related to a problem? Please describe.** Automating tests are critical for any serious app development. But it can also be annoying and boring so good tool...

We need an overhaul of the whole getting started portion in the developer guide

**Describe the bug** [](https://stackoverflow.com/posts/71555677/timeline)1 Nothing urgent, not even a problem but a bit annoying. I noticed a warning in the output console *Warning: Cookie tried to set to another domain*...

Please provide information if flamingo transcoder it support gradient in svg images?

Several of my games require a modest number of large images which are sparsely used. For example, there might be 200 images which are 20 megabytes each, of which only...

![image](https://user-images.githubusercontent.com/16245755/107120635-07655880-6865-11eb-8e78-e4a78becbcdc.png)

Using a String Picker to let the user select an item from a list has the possibility to select a null value on iOS (simulator and device). This should not...

**Describe the bug** Local notification in IOS does not override with the same id **To Reproduce** Utils.showNotificationOnStatusBar(1, ForceSOS.appName, serviceName, elapsetTimerEvent, 0,0, REPEAT_NONE, null, null); Use this method that work perfectly...

My code ![image](https://user-images.githubusercontent.com/16245755/159571691-67f497c3-13a7-4315-897d-a7ce28024503.png) your source code ![image](https://user-images.githubusercontent.com/16245755/159571860-3770d06d-1b46-4d6a-b7b7-43d4d6c78775.png) checking your source code I found a bad implementation that cause this issue. ![image](https://user-images.githubusercontent.com/16245755/159571377-c25da1e4-8ba5-4635-891c-e3b696a2e664.png) this second condition never will execute by the first...