[codenameone-discussions] Re: Status bar on ios flashes white during transition

2019-03-08 Thread Shai Almog
Can you get a screenshot of the problem? -- 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-discussions+unsubscr...@googlegroups.com. Visit

Re: [codenameone-discussions] MediaPlayer on ios

2019-03-08 Thread Steve Hannah
Actually, upon closer inspection, I see why this is. On iOS, it doesn't "prepare" the media automatically because the act of preparing media might disrupt other active media in the App. You need to call the prepare() method on the media if you want the frame and embedded controls to appear.

Re: [codenameone-discussions] MediaPlayer on ios

2019-03-08 Thread Steve Hannah
There appears to be an issue there. If you enable autoplay, this should work around it for now. There will be a fix soon. On Fri, Mar 8, 2019 at 12:08 AM Gareth Murfin wrote: > on ios my mediaplayer is just black, no controls or frames.. works fine on > android/simulator - any ideas? > > -- >

[codenameone-discussions] MediaPlayer on ios

2019-03-08 Thread Gareth Murfin
on ios my mediaplayer is just black, no controls or frames.. works fine on android/simulator - any ideas? -- 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

[codenameone-discussions] Re: Status bar on ios flashes white during transition

2019-03-08 Thread Gareth Murfin
I tried styling StatusBar with zero padding/margin to see if it would help but it still flashes, any ideas? On Thursday, February 28, 2019 at 11:11:32 AM UTC+8, Shai Almog wrote: > > The StatusBar UIID in the designer/css... > That only applies to native Android devices. > -- You received this