Category Archives: Features mobile

Burkina 24 mobile application
Posted by:Alice O., April - 27 - 2017

For the 5th Anniversary, Burkina 24 chooses Zongotech to create a brand new mobile application for the news media. This Montreal based company provided an Iphone and Android version of the site. The app is built with Ionic 1.x and AngularJs and Cordova.

The apps provided a lot of functionalities such as push notification , Login and more.

  • Share :
How to solve cordova plugin whitelist.
Posted by:Ryan zongo, May - 07 - 2016

appacheYou are almost there. But you get another error :

You must install the whitelist plugin but you  dont know how to configure this plugin to work with cordova-android

In this case no worries. This step works fine

  • run this ionic plugin add https://github.com/apache/cordova-plugin-whitelist.git
  • in xml config:::  Add this <allow-navigation href=”*” />
  • in your index.html add  <meta http-equiv=”Content-Security-Policy” content=”default-src *; style-src ‘self’ ‘unsafe-inline’; script-src ‘self’ ‘unsafe-inline’ ‘unsafe-eval'”>
  • Share :
Deploying Ionic to Google play
Posted by:Ryan zongo,

Most users fall into the scenario:

$ionic start myapp
$cd myapp
$ionic platform add android

But  if you try this   ionic platform add android you may get this error

Failed to install 'plugin.google.maps':Error: Variable(s) missing: API_KEY_FOR_ANDROID

 

Solution:

You need to modify the plugin.xml file. Open the plugin.xml with your text editor.

Find and delete the two lines: <preference name=”API_KEY_FOR_ANDROID” /> and <preference name=”API_KEY_FOR_IOS” />

 

Feature Photo: one of the apps we have made

  • Share :