Linker command failed with exit code 1, Undefined symbols for architecture arm64
@Weihang wrote: I tried to build the ionic cordova app on xcode, but it shows WARN: Ionic Native: tried calling Firebase.getToken, but the Firebase plugin is not installed. WARN: Install the Firebase...
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 ArticleObject returned by sqlite select
@michaelalmandeel wrote: Hi, I am trying to build an app using ionic v4 using the ionic native sqlite plugin. The documentation provided on the website as well as the github link are proving useless....
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 ArticleIonic Language Character Support
@test-nikko wrote: I am trying to have an internationalization in my app. Where the user can choose a language and the whole app will change its language. However some of the characters of other...
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 ArticleIonic 4 sliding up drawer
@pefe wrote: i cannot seem to find a drawer aside from the action-sheet. something like this: image.png720×1280 95.8 KB is there any plugin/component like this? Posts: 1 Participants: 1 Read full topic
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 Article