BackgroundMode Not Installing Cordova 9
@rindegastos wrote: Hi there: I recently updated cordova and Ionic and the BackgroundMode Plugin is not installing and the warning message showed is not complete, it just shows “warn”....
View ArticleExecution failed for task ':app:processDebugManifest'
@alexmpc wrote: BUILD FAILED in 8s C:\Users\est-acoelho\Documents\app-movel-master\app-movel-master\platforms\android\gradlew: Command failed with exit code 1 Error output: Note:...
View ArticleIonic 4: workaround to Ionic Lab black screen error
@firmino wrote: Hi everyone, sometimes i see around the ionicframework Community some people experiencing a common issue (black screen) when run Ionic lab, i have publish a post talking about a...
View ArticleHow to make the fields active when i choose the option Manuelle and disabled...
@Fares95 wrote: mypage.html <ion-header> <ion-navbar color="tertiary"> <ion-title>Effectuer-réclamation</ion-title> </ion-navbar> </ion-header> <ion-content...
View ArticleYoutube Video Player - Package can't find XCDYouTubeKit library
@kshabunov wrote: Hi everyone! I am trying to build iOS version using Ionic Package. My app uses Youtube Video Player native plugin. It gives the following error while building (linking): library not...
View ArticleScroll-into-view not working
@max_maeuschen wrote: Trying to migrate my app to ionic 4 there’s a problem using scroll-into-view again: There’s a searchbar to find something in content, using mark.js to highlight every hit. It’s...
View ArticleMy page's css file is not being activated in my modal page Ionic 4
@javiersoto1797 wrote: In my modal page, the html of course is working but when i want to add my class from the page’s css file, it does not apply. This is how im creating the modal page and sending...
View ArticleIs there any way to add a timer value (10 seconds), same as the duration of...
@marytee123 wrote: I am using ionic 4 with Angular 7, to create a loading icon Code: async presentLoadingWithOptions(message) { const loading = await this.loadingController.create({ spinner:...
View ArticleIonic 4 ion-item-sliding cannot closed by api
@garyc2232 wrote: Hi, I am using ion-item-sliding and i want it to be close after i click the button. However i try to use IonItemSliding.close() to close the ion-item-sliding, but it said ERROR...
View ArticleMock ionic/native firebase plugin
@ranjithreddy wrote: I used firebase plugin for push notifications I want to write the test cases for that I need to mock Firebase: ‘@ionic-native/firebase/ngx’; how to mock this? Posts: 1...
View ArticleNavctrl.push not working on oreo and pie android versions #ionic 3
@sreeragsp wrote: hai i have a list of cards in a page and on clicking the card user is directed to its inner page. using click event and navctrl.push opertaions .successfully abled to do the same on...
View ArticleError: "Uncaught (in promise): [object Object]
@gokulanathan wrote: Error occurs when i try to post in get method to rest api. but in postman it working perfectly. public cartview() { let localaccesstoken = localStorage.getItem('token'); let...
View ArticleGet multiple variables from 'executeScript' method of Cordova inAppBrowser
@Hamidaraghi wrote: How can I get multiple values from Cordova InAppBrowser using executescript() method in ionic3? I can get single value from InAppBrowser using: var browserRef =...
View ArticleIos-sim Does not recognize devices after xCode 10.2 update
@Adza wrote: Hello there! After upgrading to xCode 10.2 I am experiencing one really bad issue. It is not possible to emulate/run application with live reload functionalities anymore. To be more...
View ArticleHow to call variables from method
@emryldrmr wrote: import { Component, OnInit } from ‘@angular/core’; import { HomePage } from ‘./…/home/home.page’; import { HttpClient } from ‘@angular/common/http’; import { ToastController,...
View ArticleCall variables from method
@emryldrmr wrote: pushSetup() { const options: PushOptions = { android: { senderID: '111111111111' }, ios: { alert: 'true', badge: true, sound: 'false' } }; const pushObject: PushObject =...
View Article[V4] ionic serve white screen and freezing
@Chaos505 wrote: Hello I have a suspicion its storage related. but was working fine for some time, then updated my repo form a linux pc and now shows a white screen and cannot fine where the issue is...
View ArticleIonic 3: Get formatted address of the Marker After dragged on Map
@harshm90 wrote: I have made a Google map that shows the current address on the map. I also have draggable marker which is fixed at the center of map. So the user can change the marker by moving map....
View ArticleSource and destination must not be the same
@alexmpc wrote: When I try to do a Cordova build for android --prod --release. I get this error: Source and destination must not be the same. Error: Source and destination must not be the same. at...
View ArticleDifficulty navigating to a ionic Tabs page with specific data from Firebase,
@Ionic_Newb wrote: Hi, I’m having issues navigating to a tabs page with specific data (using id) from firebase. I think my problem is around the router.module.ts page - I have a more details on...
View Article