I tried to use a native google map inside a Form with a scrollable (in Y direction) body. The goal is to have an interactive map that take part of the screen and other components below that can exceed the screen height (hence the necessity to be able to scroll) Unfortunately I couldn't succed as doing so, the map display is bugged. I think it is a bug related to peercomponent getPreferredSize not beeing correctly computed in some cases so I oppened a subject on github ( https://github.com/codenameone/CodenameOne/issues/2896. NB: I opened it on the main CN1 github repository as I think it is not strictly related to the native google map CN1lib. Indeed it appears on the simulator where the map is rendered inside a browserwebview (it uses the js google map api) so it potentialy affect any peercomponent) but if this is not a bug, please explain how this layout can be achieved (a native map of fixed size inside a scrollable parent container)
-- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/faa202d1-f45b-4db1-a3c7-76dd73492a63%40googlegroups.com.
