Re: [codenameone-discussions] Display.getInstance().execute(url) treats every file as pdf

2017-09-14 Thread Shai Almog
Sounds like this issue https://github.com/codenameone/CodenameOne/issues/2183 -- 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

Re: [codenameone-discussions] Display.getInstance().execute(url) treats every file as pdf

2017-09-14 Thread David Wafula
This is on android 5.1. On a real device. On 14 Sep 2017 18:24, "Steve Hannah" wrote: > What platform are you experiencing this on? Android, iOS, Simulator, etc.. > > Steve > > On Thu, Sep 14, 2017 at 7:54 AM, David Wafula wrote: > >> Hi, >> >> I have WebComponent rendering local html file whi

Re: [codenameone-discussions] Display.getInstance().execute(url) treats every file as pdf

2017-09-14 Thread Steve Hannah
What platform are you experiencing this on? Android, iOS, Simulator, etc.. Steve On Thu, Sep 14, 2017 at 7:54 AM, David Wafula wrote: > Hi, > > I have WebComponent rendering local html file which contains links to > downloadable files that are .doc. I was expecting > Display.getInstance().ex

Re: [codenameone-discussions] codename one Google map in android device problem. [Waited too long for browser bridge]

2017-09-14 Thread Steve Hannah
For some reason it is failing to create the native maps, and is falling back to the web-based maps. Make sure your project has the build hint android.playService.maps=true. Also make sure that your build hints that specify your android API key are present. Do a refresh cn1libs, and a clean and

[codenameone-discussions] Display.getInstance().execute(url) treats every file as pdf

2017-09-14 Thread David Wafula
Hi, I have WebComponent rendering local html file which contains links to downloadable files that are .doc. I was expecting Display.getInstance().execute(url) to atleast download the file, instead it tries to open the file as pdf and fails obviously (with message saying pdf is invalid format).

[codenameone-discussions] codename one Google map in android device problem. [Waited too long for browser bridge]

2017-09-14 Thread Mandi Gudalur
I am facing a different problem in codename one google maps. Previously Google Maps works fine in my Android device. I did not change any code and certificates. Now I am getting the following error. java.lang.RuntimeException: Waited too long for browser bridge at com.codename1.g.d$a.a(M