Multiple instance of the page on log in
@kevred wrote: I have a log in page. on success i am pushing to a tabs page that i get when i start my project my using tabs.(ionic start myApp tabs). There is a logout page in one of the tabs, when i...
View ArticleIonic pro build fails module not found in app.module.ts but works fine in local
@greensoft wrote: Running with gitlab-ci-multi-runner 9.1.0 (0118d89) on ip-10-2-95-244 (c9648220) Using Shell executor… Running on ip-10-2-95-244… Cloning repository… Cloning into...
View ArticleallowEdit in Camera plugin
@sumitdobhal wrote: I want to upload picture by writing some text on it before saving the image. There is one option in Camera plugin to edit images i.e. allow edit.But it is not allowing me to edit /...
View ArticleCan i use HTML5 tags inside the social share function parameter
@flycoders_sourav wrote: shareItem() { this.socialSharing.share(this.item.name+"number-"+this.item.number+"address-"+this.item.address +"roll-"+this.item.roll); ) when i share the value this value...
View ArticleUnable to receive notifications on iOS with cordova-plugin-fcm
@kkoych wrote: Hello I would like to add Push Notification capabilities to my app. After some searching I’ve found that most the method that was used up until now is being phased out and the new Ionic...
View ArticleThings that every javascript/ionic developer should know
@Vartex05 wrote: Hi, iam using Ionic for some time but i want to broaden my knowledge, so i want to ask, which tools/frameworks/things should every js/angular/ionic developer know? So far i was...
View ArticleHow to use ion-grid for full screen google map with buttons & labels on top?
@vivekh wrote: I’m trying to code an Ionic 3 app with full screen cordova google maps with buttons and labels on top. For that I would like to use ion-grid for making the layout responsive and simpler...
View Article[Android] How to receive notification data after tapping the notifcation...
@jmarmin wrote: Hi, Considering my app is running background or is off, when I receive a notification and tap on it, my app opens but I don’t receive any data from that notification. Here is the piece...
View ArticleIssue with i18n (ngx/ng2 translate) in ionic 3, Angular 4
@EnzoLR wrote: I have an issue with ngx or ng2 translate (at that point I’ll take anything that works). I’m trying to implement a translation in my app, but I keep getting this message: The pipe...
View ArticleOpen other app using package ID or app scheme
@sujit77 wrote: Is there a way to open an app which is already installed using only package ID or app's scheme (Eg. “com.twitter.android” for Twitter) without need of deeplink URL? I am currently...
View ArticleNavigation controller fails after upgrade to 3
@mtsecurit wrote: I am trying to upgrade to ionic 3 from 2. It has taken some time but I now have the app running on my phone. The initial page is a pin input page then the user is sent to the home...
View ArticleIonic Migration "git push ionic master"
@nzaairi wrote: Hi ! I already have an app and I migrated to Ionic Pro. The problem is that I want to push to dashboard. I did : git push ionic master and it ask me the passphrase key and I fill it...
View ArticleOneSignal plugin error installation on iOS... Cocoa pods is required
@temohpab wrote: I’m trying to install the OneSignal plugin but i gave the follow error: [ERROR] An error occurred while running cordova plugin add onesignal-cordova-plugin --save (exit code 1):...
View ArticleIonic storage undefined
@devsm wrote: I have this code: [...] <ion-col col-4> <h1> {{ employee.name }} </h1> </ion-col> <ion-col col-6> {{ employee.avatar_urls[96] }} </ion-col> [...] and...
View ArticleIonic View + Firebase notifications
@fortunella wrote: I have an Ionic 3 app that use Firebase for push notifications with the AngularFire2 plugin. This works fine when I install the app on my Android phone. Now I tried the app via...
View ArticleCan't resolve all parameters for SQLiteObject(?)
@krishnabsr2 wrote: i’m trying to perform ionic native sqlite operations.I have created a provider for all sqlite operations . In my view i have created a simple fields to collect some data. I have a...
View ArticleBuild failing after running ionic cordova platform add android@7.0.0
@AmarjeetSingh wrote: Hi, I am getting below error after running ionic cordova build android. Before executing above command i had used > ionic cordova platform add android@7.0.0. I tried removing...
View ArticlesetRoot and TabsPage
@zyzmoz wrote: I have an application which I use setRoot passing a TabsPage, I don’t know why when the view load any tab are selected… However if I just set the TabsPage as Root directly in...
View ArticlePush notification not show in foregorund
@Clickaplicaciones wrote: Buenos dias, I have been testing the notification plugin on a Windows PC and everything worked correctly, I have duplicated the application on an iMac and I have done a test...
View ArticleProblem to download pdf in base 64 (ionic 3)
@NFB wrote: I have a problem when i’ll try download pdf in base 64, I’ve tried a lot of ways but it doesn’t work. When i’ll try download in android device not work, but if is in web i don’t have any...
View Article