ThomasH99
ThomasH99
I was looking for some icons for a specific case and found a few new ones that Google seems to have added since the update mentioned here https://github.com/codenameone/CodenameOne/issues/2421. E.g. north,...
**Describe the bug** From Reddit post with same title. I am working on implementing the standard iOS feature tap-to-scroll-to-top in my app. My approach is to replace the standard StatusBar...
I've noticed an annoying UX issue: when scrolling up or down a long list of SwipeableContainers the swipe effect is triggered much too easily, meaning that very often a simple...
**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...
**Describe the bug** I've spend a few days to get to the bottom of this issue. My code implements a dragListener that didn't behave correctly but jumped back and forth....
I just ran into an issue with the safeArea and thought I could find the reference info in the developer guide, but it seems it is not mentioned (at least...
On an iPhone, I just noticed that with SafeArea activated, the Toastbar message doesn't take the SafeArea into account. So a ToastBar popping up from the bottom of the screen...
With the release of the iPhone 15 range, the screen layout of all new iPhones uses the 'dynamic island' which is quite different from the earlier 'notch', and the simulator...
I wrongly assumed that `localNotificationReceived` did not get called when the user clicks an iOS Reminder notification and when the app is not running (issue https://github.com/codenameone/CodenameOne/issues/3095). It actually gets called,...