Ionic,OneSignal-Open the launchURL with in the app
@Akhilreddyyalla wrote: I am sending a URL has parameter along with push notification.when clicked on notification,the link gets opened inside the mobile browser.I want the link to be opened within...
View ArticleGet the first character from a string
@rajbasilio wrote: This is my HTML file. In ion-text-avatar, I want to pass the first character of the app name. <ion-list> <ion-item *ngFor="let app of apps"> <ion-avatar item-start...
View ArticleIonic build --prod takes so long and finishes with GC memory leak
@hsmbdr86 wrote: Hi team, I have been working on my project since few months and now I am facing this issue. My app is not that huge and I tried a lot of proposed workarounds here like setting the...
View ArticleChange *.json resource files programatically of Angular Translate
@Hanzo wrote: Hi, I am working on a way to update translations depending of a restful api. It is possible to modify the file wich is used to get translations programatically. For example if I detect...
View ArticleHide status bar during splash screen show
@stenioanibal wrote: I have an app with Ionic 3 and in your app.component.ts, i using the Statusbar ionic plugin to hide that, but, this occurs only after platform ready is fired. How do i hide that...
View ArticleUpdate application without playstore
@mehulkachhawaya wrote: How to give an update alert for user inside app and force them to update inside the app and without redirecting at playstore. does it possible with force user to download...
View Article.ipa files created by Ionic Pro CI cannot be uploaded to the App Store
@commuty wrote: When running a release native build for iOS on Ionic Pro, an .ipa file is generated. However, uploading it to the App Store using Apple’s “Application Loader” gives 3 errors and 1...
View ArticleGeofence and OneSignal together Crash ionic3 app
@spanchal wrote: hello friends, Geofence and OneSignal these two plugins not working with together. the main issue is after plugins installation my app is installed successfully on device (tested on...
View ArticleNavigation not working / Error
@Navah wrote: Hi I can’t navigate from one page to another. Getting Error: Error: Uncaught (in promise): TypeError: Cannot read property '_willLeave' of undefined TypeError: Cannot read property...
View ArticleReceive 404 when trying to log error message to ionic Pro monitoring
@Sieval wrote: We followed the guide on ‘https://ionicframework.com/docs/pro/basics/getting-started/#pro-client-setup’ everything builds and runs fine but when we try to log an exception we get a 404....
View ArticleIgnore error in the display
@a7mdFo2ad wrote: how to make my app don’t display the error if the respond i empty? I’m getting a list of array my ts code this.Http.get(this.url ).subscribe((response) => { this.areas =...
View ArticleShow Tutorial only when application is running for the first time
@jagerOrNot wrote: Hi ! I got a little problem with my code. I would like to show a tutorial only if the app is opened for the first time and when user goes on ‘25 foot walk’ page Here is the code I...
View ArticleIonic Blog Post: "Ionic View Sunsetting on 9/1/18"
@Sujan12 wrote: twitter.com Ionic Blog (IonicBlog) New Ionic Blog Post: "Ionic View Sunsetting on 9/1/18" by Matt Kremer blog.ionicframework.com/ionic-view-sun… 2:47 PM - 21 Jun 2018 Shame Posts: 1...
View ArticleNeed Help to find the exact plugin
@anespa wrote: Friends, I am developing an app which previously done by one programmer. When I try to run a page I got error as Help.png820x449 55 KB which says Barcodescanner plugin is missing. On...
View ArticleIonic v1 'ionic state reset'
@anjildhamala wrote: Where does the command get the platform versions from? I am working on an old project and I would like to change the default versions that ionic installs on ‘state reset’ and I’m...
View ArticleCan't get notification payload from firebase-sw on Ionic PWA
@alutsu wrote: I’ve searched a lot for this problem that I’m stuck on for a week. I have an Ionic PWA project that receive some notifications from firebase, I can receive the notifications with no...
View ArticleLivereload reloads to different page
@Mothic wrote: My app structure is like this: Two tabs. First tab has one nested child page with modals. Second tab has no child pages. For some reason, every time I reload my app on livereload, it...
View ArticleIonic blank when restarting app
@harissejdic wrote: Hello! I have a app made in Ionic 3. The app has been in AppStore and Google Play for a couple of months and I’ve never had any problems with it. However from yesterday I have a...
View ArticleGetting longitude and latitude pest practice
@a7mdFo2ad wrote: i’m trying to get user longitude and latitude at the login … so i want to know what the best way to get them without error? my code @Component({ selector: 'page-home', templateUrl:...
View ArticleScrolling down an image with ion-content
@Navah wrote: Hi I have the image scss .myview { .scroll-content{ background-image: url('../assets/imgs/04.png'); background-attachment: fixed; background-repeat: no-repeat; background-size: cover; }...
View Article