Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
17060 Discussions

Code GL not working

Mohd_Fariz_H_
Beginner
584 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
584 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