Software Archive
Read-only legacy content
17061 Discussions

Code GL not working

Mohd_Fariz_H_
Beginner
241 Views

Hi, Im using example code from mapboxgl. I can view just fine in emulator intelxdk but after building apk file , the app display white blank page. Please help

0 Kudos
1 Reply
PaulF_IntelCorp
Employee
241 Views

Mohd -- I recommend you look at how the sample named "Blank Cordova Starter App" is structured. It has lots of comments. You must wait until the devicready (combined into app.Ready in that sample) fires before you run any significant code. Also, if you are relying on the network you will need to restructure your app so it does not rely on a network connection. See the other samples.

0 Kudos
Reply