Using FirebaseArray to signup and login
@burhanshakir wrote: Hi Everyone, I am pretty new to Angular. I was trying to create a simple login and sign up page in the ionic creator. When I am signing up I take name, email, and password and I...
View ArticleIonic and ACF Repeater field
@saeba wrote: Hi, I’m new with ionic and angular. I have a wordpress site with ACF Pro plugin and i have created an app who works fine. I can display simple ACF fields, but i don’t know how to display...
View ArticleIOS webpackJsonp / 'const' / viewport-fit / vendor.js
@marcosvsgouvea wrote: Hey Guys I’m having an issue building my App for IOS My App Builds Successfully on Ionic, and on Xcode. After the Splash Screen the App don’t go further it stops because these...
View ArticleCan someone explain how to use the deploy feature in Pro?
@omicr0n wrote: so as mentioned can someone explain in more layman’s terms how pro deploy feature works in the sense of what versions do I need to update where when I want to push a change and then if...
View ArticleSample of Ionic Native $cordovaPush on v1?
@danieltoptal wrote: Hi guys, I’m trying to use ionic native 2.x on my ionic-v1 app, but I’m having trouble setting up the notification plugin. I was using ngCordova before, but want to use Ionic...
View ArticleInserting HTML for Slides from Typescript File
@jqx23 wrote: I have code in my ts file that puts most of the html code for slides I have into a string(I need to do this because I have to traverse through an object recursively and I’m layering...
View ArticleTypeScript Object Help
@saimonventura wrote: I have the code: let linha = { quantidade: 1 }; let coluna = []; coluna.push(linha); coluna.push(linha); coluna[0].quantidade++; console.log(coluna); alert(coluna[0].quantidade +...
View ArticleWant to integrate gps with live location in car booking app
@jdpsahjaideep wrote: I want to integrate the gps with live location in a map from starting point to end point in the agularjs with ionic 1 project. Posts: 1 Participants: 1 Read full topic
View ArticleWhy tab-button id keep changing?
@cikcoh wrote: Hi, I want to change style of specific tab-button in the ion-tab tag So when i inspect the code, i found this with id id="tab-t0-1" <a class=“tab-button has-icon icon-only...
View ArticleHow to post multiple input fields to server as a json object
@sreejith13 wrote: Hai there, Iam relatively new to the ionic app development. Now i am face a problem that,i need to send multiple input field which generate dynamically from the mysql php. ie, i...
View ArticleFunction inside ionic icons not working
@arjunramdas123 wrote: I’m trying to scan barcode by clicking barcode icon inside input field ,but it’s not working ,when i place the function in button only without icon then works perfectly....
View ArticleIonic native and environment setup
@icchio wrote: Hello, I’m experiencing a problem trying to use Firebase plugin and push plugin. The error is Plugin_not_installed. Trying to found solution on internet I realized that can be a generic...
View ArticleAccessing a directive function from a component page
@AUone wrote: Hi, I’m VERY new to Ionic and haven’t used JS in years, so please forgive my ignorance… Your help over a current hurdle will be much appreciated. I have a listVIew in a page where I’m...
View ArticleHow to Integrate paytm payment gateway in IONIC 3
@sakthibro wrote: I need to integrate paytm payment gateway >>> Anyone Please Help Me !! Posts: 1 Participants: 1 Read full topic
View ArticleTabs dissapear when pushing page
@notified2 wrote: When i start my app i want to go to a loginpage to see if the user is logedin or not. I don’t want my loginpage to be part of the tabs, but since i have been stuck here for a while i...
View ArticleApp not installed code -22 reason other
@Heenavora wrote: I’m building an release apk in ionic 3. Build goes successful but apk is not installed. Its gives me and error app not installed. Readon : other and code -22. can anyone help?...
View ArticleChat UI in ionic 3
@rajbasilio wrote: I have tried to create a chat UI. I’m having the trouble with the placement of chat bubbles. It is as This is my HTML code <ion-list no-lines class="msgbubble" *ngFor="let msg of...
View ArticleIonic 3 Cordova plugin gives undefined error
@deanwilliammills wrote: Hi I added a Cordova plugin from GitHub, which is not part of the ionic-native plugins. So plug does show under the list of plugins, so it has been added successfully, but...
View ArticleHelp please ....What should i do
@ElfaraMohamed wrote: /ionic angular/package.json and /app-script/package.json not found 2018-06-28-224235_1280x1024_scrot.jpg1280x1024 409 KB Posts: 1 Participants: 1 Read full topic
View ArticleGmail API in Ionic 2
@anjanimantri wrote: Hi, I want to send an email to particular destination mail address from my app without opening any 3rd party application using google gmail API. Can you please help me with that?...
View Article