TypeError: Cannot read property 'data' of undefined
@bedanta1998 wrote: I’m getting this error : image.png1920×1080 223 KB Posts: 2 Participants: 2 Read full topic
View ArticleIs it possible to add my own icon?
@RaulGM wrote: It’s actually an ionic 4 question: Is it possible to add an Icon I designed on my own? Posts: 1 Participants: 1 Read full topic
View ArticleProblems with ion-select after migrating to Ionic 4
@sonnenhohl wrote: My app is deployed with Ionic 3 and now i’m into the process of migrating to Ionic 4. One problem im having is with the ion-select using ngModel and ngModelChange, it seems when i...
View ArticleStructuring React apps
@ollie-w wrote: It’s nice to see that there is documentation for individual elements for React now. However, actually knowing how to structure an app is a bit difficult as the only reference is the...
View ArticleIonic4 white screen
@eklimshines wrote: Hello. I have some problem. When I run android without --prod, it is ok. but, when I run android with --prod, white screen is shown. I checked error log. how to fix it? plz. ERROR...
View ArticleWorking with a remote app and native API
@avif wrote: Hi, I need to build an app that uses a camera with ionic+angular+cordova, I want to host my files remotely so I less dependent on the store. Is it possible to build the app with native...
View ArticleOnesignal open post in the app
@Saban wrote: Is there any way to open wordpress post Onesignal notification in app? I need It when wordpress push notification via Onesignal to Android App to open that post in the App. Posts: 1...
View ArticleHow do channels work excactly with AppFlow? App showing wrong build on first...
@motionstrand wrote: I built an app that I got into apple’s test flight and today I sent out the notifications to users to start beta testing, but for some reason it is showing the user the previous...
View ArticleIonic 4 - Is there a way to create swipeable tabs?
@nuagoz wrote: Hi all, I noticed that there was a lot of way to create swipeable tabs (animated) on Ionic 3 like this library. But with the changes made by Ionic 4, I didn’t find anyone who managed to...
View ArticleCan't close inAppBrowser on loadStop
@wekas wrote: I want to close the inAppBrowser window once a certain url has finished loading. User finishes survey. The code below has the error: Cannot read property 'close' of undefined on the line...
View ArticleParcel.js and @ionic/core
@touletan wrote: Once @ionic/core npm package donwloaded in my project (under node_modules), How can I use it with Parcel.js apps bundler? Can someone provide and quick example? Posts: 1 Participants:...
View ArticleCordova plugin ionic can handle download files update
@cuongnguyen wrote: Hi all for now i used ionic 1 and cordova plugin ionic 5.2.7. So each i used ionic deploy and only change one file ex: index.html but ionic deploy will download all content of www...
View ArticleIonic 3 expand header on click
@RubyRavenford wrote: I am using Ionic 3, and have implemented an Expandable Header based on this tutorial from Joshmorony. It works perfectly while expanding on scroll : My problem is I want to...
View ArticleIonic v4 routing conversion from v3, thoughts
@royappa wrote: I returned to ionic after a long absence during which v3 had changed to v4. Most of the upgrades were easy, but of course as they warn, Routing has changed a lot. Here is a ramble...
View ArticleCordova Anti Tampering
@ng22792 wrote: npm cordova-plugin-antitampering Verify the integrity of cordova static assets - Android / iOS Has anyone implemented this plugin in their project? I have implemented the plugin but...
View ArticleGetting null as the token on getToken() in cordova-plugin-fcm
@sanim10 wrote: 0 I want to implement push notification using ionic 3 and firebase. I am using cordova-plugin-fcm but I am getting the token as null on getToken() . I have already set up the project...
View ArticleHow to show an message if product is not found after searh
@flycoders_sourav wrote: How to show an message if product is not found after searh below my code getItems(ev) { // Reset items back to all of the items this.initializeItems(); console.log(ev); // set...
View ArticleIonic4 permissions native api issue in android app
@rajesh5129 wrote: I am developing an ionic4 app and I integrated https://ionicframework.com/docs/native/android-permissions native API and when I run in my android app it is showing...
View ArticleIonic 3 : How to display array of arrays?
@harshm90 wrote: I have a following consoled list of array how can i display the list? Screen Shot 2019-03-14 at 5.45.31 PM.png782×148 20.2 KB I tried this.item = this.data.["0"] // this is throwing...
View ArticleIonic 4 Footer Tab Menu Issue
@manojpatel0217 wrote: Footer tab menu is not come up through out the app like we have in ionic 3 it showing only on master pages not on the detail page can anyone help me out on this Posts: 1...
View Article