Hi,
can you file an issue?
I'll try to take a look at it, I made some fixes to pointer drag behavior
with the side menu.
--
You received this message because you are subscribed to the Google Groups
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it
We support JDK's up to 11 but there might be some nuances with some
versions of OpenJDK.
--
You received this message because you are subscribed to the Google Groups
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to codenameone
Hi
I'm facing a problem since the Friday's update. As described in the title,
when a sidemenu is present it's no longer possible to swipe tabs, at least
not gently.
If you show and hide the side menu, then the tabs start working as they
should.
The issue is very easy to reproduce, both in simu
Thanks Steeve. I already use a lookup static map as a solution to my
problem. This is just that the possibility to pass a NativeInterface
instance as a NativeInterface parameter (and forth, as a callback result)
would have been cleaner as I wouldn't have to maintain this static map in
parallel
If you can provide more information about your use case, I may be able to
suggest a way to achieve it. While you can't just pass a NativeInterface
instance as a NativeInterface parameters, there are a few crafty techniques
that you can use to pass "native" objects back and forth. E.g., on iOS,
"n