Login email and password from firebase
@ariff23 wrote: this is my code admin login.ts import { Component } from ‘@angular/core’; import { IonicPage, NavController, NavParams, AlertController, LoadingController, ToastController } from...
View ArticleFree for ionic if build a app(web app) for enterprise?
@Jamesionic wrote: Hi All, Just wondering, if I want to build an app or mobile friendly website using ionic framework for a startup company, is it free to use ionic or need to pay. I don’t want to use...
View ArticleFooter slides up with keyboard, but scrolls up page
@heardnetwork wrote: I’ve got an app that has a footer with select and send buttons in it. I’ve got keyboard attach working, but when i scroll the page, the footer moves with it (see attached...
View ArticleIonic ios build release can't upload to app store
@paulbuscano003 wrote: Hi, I have a ionic v3 and I’m using one signal notification. I already update my ionic cordova platform ios to 5.0.0. But When I successfully run ionic cordova build ios --prod...
View ArticleNot correctly run in android 5 and 4.4 with ionic 4.2.0
@rashidi wrote: I updated ionic of 4.0.0rc2 to 4.2.0 and update all plugins then get output but not correctly run android 4.4 and 5. console log in android 5: deviceready not firing ionic info :...
View ArticleLocal Notification Not Triggering When on Background Mode for IOS Platform
@Chipsmore wrote: Hi , i am using cordova local notification ,it is working when the apps is running but when the app is closed it does not work in IOS device . Is there any solution ? Posts: 1...
View ArticleIonic4 page transition too slow
@shorstmann wrote: Hi, i am facing problems with the page transition when coming from a page that has multiple toolbars with segments to a page that also has mutliple toolbars (but one more than the...
View ArticleIonic 4 - one page in app not open after release
@ebeliejinfren wrote: Hi i have a strange issue , my app work correctly everything in web browser, simulator and debug apk BUT in release mode with -release -prod (release with sign for app store )...
View ArticleIs it possible to use Ionic to create an Android/iOS keyboard application?
@TotomInc wrote: I wanted to know if it is possible to create a custom keyboard app, like Gboard or Swiftkey. This means the app need to register itself as a keyboard in the device settings then allow...
View ArticleIonic 4: Global "mode ios" brakes list scroll inside slide in popover
@Wolwin wrote: Without mode=“ios” in app.module, the list into the slide inside the popover scrolls, instead with mode=“ios” in android doesn’t scroll. Not yet tested in ios device. app.module:...
View Article[IONIC 4] Press on a routerlink create a rectangle orange or blue in the HTML
@EnzoDLP wrote: Like i said in the title, when i click on a routerlink (for exemple a card which have a routerlink), a rectangle orange or blue appear all around the card. How can we delete this...
View ArticleBanner auto play is not working when click on image to open other image
@pksquare wrote: i have banners in my app. i want to open a new page on click of every slide but when i click on slide to open page and comes back slides auto play is not working and also same slides...
View ArticleIonic 4 capacitor PWA Network not supported
@abmcr wrote: I have tried to use Capacitor for check the network status but i get “Error Network does not have web implementation.” I have searched in Google...
View ArticleHow to detect incoming call and get caller number using Ionic-v4?
@gokujy wrote: Hello, I want display caller number in incoming call using ionic 4, here my code. home.ts import { Component } from '@angular/core'; import { AndroidPermissions } from...
View ArticleHow to send same request multiple times on load
@harshm90 wrote: How can call the same request for let say 5 times on page load and with infinite scroll it calls the same request again for 5 times? On each time the currentCount should increase by...
View ArticleIonic Serve File Location
@billygerhard wrote: In V3, ionic serve would output the files to www, but in v4, it isn’t doing that. Where are the files located for the dev server? It was very helpful to be able to use the same...
View ArticleIonic 4: Access Token
@ebyrock wrote: Hi, I am using the following code to get an access token from the back-end server that runs on Azure. But I receive 400 Bad Request error. I am pretty sure I am sending wrong encoded...
View ArticleIonic 3 App Not Working on Android Device our nox emulator but working fine...
@abdulbasitchippa wrote: Uninstall, then install again. npm uninstall -g cordova npm install -g cordova <content src=“index.html” /> <access origin="" /> <allow-intent href="http:///"...
View ArticleERROR ITMS-90725: "SDK Version Issue" IOS SDK
@jonasFreitas wrote: Hello everyone, I’m taking a problem when i try push my ionic app on the App Store with XCode. I follow this steps: https://ionicframework.com/docs/v1/guide/publishing.html The...
View ArticleReproduce fab button example animation
@lautarolorenz wrote: Hello I would like to know how I can reproduce the animation of the “add” button that ionic uses for its examples in the following link: https://ionicframework.com/docs/api/fab...
View Article