Payfort integration
@TaimoorMughal wrote: Hi, I am currently developing a project for shopping and am using payfort payment gateway method. I am having some issues while sending the post method, as in response it’s...
View ArticleIonic pro package failed
@ecoledirecte wrote: Hi, We make a new release yesterday (15f57e release v1.1.4) and try to make release package for ios and android, for production use in both apple and android stores. The two...
View ArticleRandom Value From Array
@Mickaelonic wrote: Hi ! I have a array that contains all the uid of my users. I would like to have a array that contains 3 of them that were randomly generated from my other array; But not duplicate...
View ArticleHow to go back multiple pages in ionic 3
@Nulra wrote: Hi, I have the page flow like below: A->B->C->D Somehow I will do a function in page"D", after it need to go back page"B". How can I achieve that? Using .pop() just can go back...
View Article10 Common Ionic Problems & Error Messages
@saimon wrote: Hey all, released a quite helpful post for all Ionic beginners this week! The error messages can be quite challenging sometimes, therefore I crafted a list of 10 very common generic...
View ArticleInappbrowser - options not working (iOS)
@bradbeatson wrote: Hi, I’m having trouble with getting the options for the inappbrowser working. For some reason, the only option that has any effect is the ‘toolbarposition’. I can switch this...
View ArticleIonic pop in 3rd level view does not update 2 level page (stroage data change)
@arek_salaso wrote: Hi all I got 3 level deep nav views. In the first view I get data from local storage and output a list page 1 getPrograms() { this.storage.get("fetchedData").then(val => { if...
View ArticleIonic native google maps disable map move/drag/rotate options
@nagubabu wrote: I am developing a tablet application using ionic native google maps. I didn’t find options on the document to restrict map move/drag and map rotate. Basically I want to set these...
View ArticleRecord an Audio
@umutgur wrote: Hi, I want a page what can record audio with cordova plugin. Here it is created file for record this function; import { Component, Provider } from '@angular/core'; import { IonicPage,...
View ArticleA basic chat Ai -App that responds to dialogue flow
@zola wrote: Hi Guys, i want to create a simple App which i can pre-programme the response for it…something simple like something similar to a Bot diagram-flow but app on a phone. Me: “what is you...
View ArticleHow to use Cordova Mqtt plugin in my Ionic App
@keegan007 wrote: Hi there, I have been trying to use the Cordova Mqtt plugin in my Ionic 2/3 app: https://github.com/arcoirislabs/cordova-plugin-mqtt I installed the plugin using the following...
View ArticleBuild Android - Multiple dex files define Lorg/apache/cordova/PermissionHelper;
@boang2000 wrote: I tried to build my application to Android platform with QR scanner plugin to test it on a device but encountered this error, I already installed Android SDK, JDK. BUILD FAILED in 1s...
View ArticleIon content goes below the ion header
@EnzoDLP wrote: Hello, My goes below the top bar ! the ? It does not do it all the time, but very often when I sail a moment the content is well placed and another one goes below … I do not understand...
View ArticleIonic build iOS failed
@jonasli wrote: Hi All, I failed to build the iOS package. Below is the command I used , Looks codesign can’t find the file libswiftCore.dylib. Can you please help me on that ? ionic cordova build ios...
View ArticleHow to fetch data from SQL Server in ionic?
@patelbhavya wrote: I am new to ionic framework. I want to retrieve data from table which is stored on SQL Server. How can I retrieve that? Posts: 2 Participants: 2 Read full topic
View ArticleIonic Search Bar with Sqlite Database
@pendora7 wrote: Hey ! I am wondering how to implement ion-searchbar with Sqlite Db. I want to search all the contents in local storage. Posts: 1 Participants: 1 Read full topic
View ArticleHow to Track multiple Beacons + ionic native + iBeacon
@spanchal wrote: hello friends, I am working with iBeacon Native, all working fine with single beacon. but I CAN’T TRACK MULTIPLE BEACONS at same time. :( delegate: any; region: any; beaconUpdate:...
View ArticleRun an Ionic v1 project into a v3 installation
@Hanzo wrote: Hi, I’m trying to modify, build and deploy an ionic V1 project within my Ionic v3 installation. What would be the steps to run correctly this project? I’ve already tried this steps:...
View ArticleIos Storage does not work
@nikalsboehner wrote: Hello, any storage functions does not work on IOS. (Android & Browser: no problem). constructor(public navCtrl: NavController, public navParams: NavParams, public http: Http,...
View ArticleNeed help with ionic header
@Srks wrote: I’m very new to ionic and just started learning it. I’ve spend a whole day looking for how to change color of ionic header (Top Title) and I’ve tried everything but I am not able to...
View Article