Mauron85 background geolocatoin
@lcatania wrote: Hey, i tried to implement the background geolocation plugin. The part where iam struggling is when i try to compile the android project i get an weird resource linking error. Do...
View ArticleWhere to add custom proguard rule
@john33john33 wrote: With cordova-plugin-proguard 2.0.0 installed and checked official doc specifying: copy proguard-custom.txt to ${androidPlatformDirectory}/assets/www/proguard-custom.txt Question:...
View ArticleTrigger cordova button programmatically
@Tombourret wrote: I have some problem with a simple issue in my unit tests for an Ionic 4 project using Cordova. Somewhere in my tests, I have to subscribe to the Android back button :...
View ArticleThe Movie Database
@nature225 wrote: Hey all, i have one Problem. I want to get Movie Information from The Movie Database Api with this provider I want to get Data: getData() { return new Promise(resolve => {...
View ArticleCordova-plugin-firebase for ios
@karouani wrote: I have some issue with cordova-plugin-firebase": “^2.0.5”, i received the notification using android, but in ios i have some problem, the console logs show this error : 1 -...
View ArticleShow Tooltip in ionic 4
@cancertropica wrote: I am not able to figure out how i need to show tooltip in ionic 4. some npm tooltip plugin are not working with ionic . Do anyone have idea how i can show tooltip? Thanks in...
View ArticleUpgrade to 1.3.3 problems
@sneakol wrote: Hi, after upgrading an old app from ionic 1.0.0 to 1.3.3 I’ve got some problems: the back button doesn’t work anymore it seems like it doesn’t load my css anymore, all the pages are...
View Article[ionic4] unable to assign type "FormControl" to a variable decorated with @input
@pantarmj wrote: I am declaring a variable with type “FormControl” as below: @Input() formControlItem: FormControl; and when setting the value to it in a method as this.formController.setValue() it is...
View ArticleIONIC 4:IOS emulator not working after IOS update [Now IOS version 10.14.4]
@PRABUGOVINDAN wrote: ** BUILD SUCCEEDED ** [cordova] [cordova] No available runtimes could be found for “ipad air”. [ERROR] An error occurred while running subprocess cordova. cordova emulate ios...
View ArticleAdd Global Mixins on Ionic v4
@Hanzo wrote: Hi, Is it possible to add custom global mixins on Ionic 4? On Ionic v3 I define mixins on app.scss and use it on each page scss file. app.scss @import '../../../fluid-type'; @mixin...
View Article[IONIC 4] lazy loaded pages doesn't show up ion-content
@axezor wrote: Hi, I’m having troubles with my lazy loaded pages from toggle menu. On every page, I use my custom header component, so If I import the module of the header component to the page...
View ArticleInjected global services: private or public?
@uptownjimmy wrote: The title says it: should injected global services be private or public? Is there a recommended preference? Is there a performance hit one way or the other? Posts: 1 Participants:...
View ArticleIonic 4 – Keyboard scroll view when ion-input is focused
@jeanpierre42 wrote: Hi Ionic Fans ! I’am facing a big problem with Ionic 4 and form. Sometimes, the keyboard move ion-input below navigationBar or keyboard is above the ion-input… With Ionic 3, I...
View ArticleBlank checkout page. In-app purchase issue?
@hilmanf wrote: Hi, I am developing iOS app with Ionic 3. My Android version has built and released successfully. The problem comes to iOS version. The app is mobile version of my web main platfrom...
View ArticleiPhone X Notch display issue
@rohankapurmobile wrote: In one of my components, the ion-content element isn’t using any padding. The component template is just a bunch of divs. It runs well on Android (Galaxy Note 9 and S8+) but...
View ArticleCordova not available
@pankajpixere wrote: When i am running project in browser using command (ionic serve -w chrome --lab) then i am getting error message : cordova_not_available Any idea about this error ? Posts: 1...
View ArticleHow to change style property of ion-conten in shadow-root
@romelgomez wrote: I having hard time trying to rewriting the position property in the .inner-scroll class from position: absolute; to position: inherit !important; from the console I can get it with...
View Article[Ionic4] Scroll to Top bugs while content is scrolling
@EinfachHans wrote: Hey there, i’m developing a application with Ionic 4. The Bug i will describe happens only in Ionic 4 for me, not in Ionic v3. Case: I have a List on the page, which is much longer...
View ArticleHow to configure a PWA to run on a subfolder? Ask Question
@yonsonsal wrote: There are enough tutorials on how to create a PWA using ionic 4 but all the solutions I found are focused on deploying the application in the root. What I need is to deploy my entire...
View ArticleIs it possible to jump to a specific slide using a button?
@dccil wrote: I have a Slides Page where I import a page by doing the HTML code below and importing the pages in Slides Page module.ts. <ion-content> <ion-slides pager> <ion-slide...
View Article