Failed to install 'cordova-plugin-firebase' in iOS
Failed to install ‘cordova-plugin-firebase’: CordovaError: Using “requireCordovaModule” to load non-cordova module “xcode” is not supported. Instead, add this module to your dependencies and use...
View ArticleAuthentication object is exist, but when accessing the property value...
Heloo, i’m new on ionic and angular. i wanna ask something weird. i have authservice which have a authentication detail, included token and status islogin. type or paste code here constructor(public...
View ArticleHttp post Request error *No access control origin * in ionic
chrome extension only in your browser but in your apps will still have the same issue, so to solve this, you need to add headers in the server: headers.append(‘Access-Control-Allow-Origin’ , ‘*’);...
View ArticleUnable to run ionic app on macOS Catalina which is developed in windows
Screenshot 2019-10-30 at 12.31.52 PM.png1165×258 33.2 KB This is my project structure when fetched from GitHub. When I run npm I I’m getting following error Screenshot 2019-10-30 at 12.37.57...
View ArticleUnable to load PlatformApi from platform in iOS
Unable to load PlatformApi from platform. Error: Cannot find module ‘/Users/Drish/Documents/LifeSpace_IonicV2/trunk/platforms/platforms/cordova/Api.js’
View ArticleUnable to load PlatformApi from platform
Unable to load PlatformApi from platform. Error: Cannot find module ‘/Users/Drish/Documents/LifeSpace_IonicV2/trunk/platforms/platforms/cordova/Api.js’
View ArticleUnable to run ionic app on macOS Catalina which is developed in windows
Copy only the ‘config.xml’, ‘package.json‘ and ‘src’ folder into a new folder, go to the new folder with Terminal and type ‘npm install’. It should build the project successfully.
View ArticleIonic React 4, White Screen on Android AVD 9.0 API 28
Just generated a clean ionic start react app with Android Capacitor. Deploying on Android Virtual Device shows only a white screen. Running ionic serve works with The world is your oyster. Thanks
View ArticleIssues with ion-text-wrap
“@ionic/angular”: “4.8.1”, “@angular/core”: “7.2.2” Hi all, I have troubles with form labels that contain longer texts. Take the following example: <ion-list> <ion-list-header>...
View ArticleUnable to run ionic app on macOS Catalina which is developed in windows
Screenshot 2019-10-30 at 2.01.50 PM.png727×456 66.2 KB Still same issue
View ArticleError when I want to generate app bundle with Android Studio : need to update...
image.png1248×464 21.4 KB
View ArticleError when I want to generate app bundle with Android Studio : need to update...
when I click on “update”, nothing happens
View ArticleIonic3 + HTTP call + Android 9.0.4
Merci @suhailparad pour ta réponse, j’ai bien reçu à faire fonctionner sous ionic 5.2 et android 9 Post 23 super
View ArticleIonic framework website gives 520 error
The same issue I am facing. Looks like ionicframework.com isn’t accessible in Pakistan anymore.
View ArticleHow to add ion-icon commonly to all pages toolbar without overlap other each...
Hi all. My requirement is to display a specific ion-icon commonly to all pages in the toolbar. I tried in the app.component.html using following code <ion-app> <ion-router-outlet main...
View ArticleNative google maps custom marker not working on android
@mkanmori did you ever got this issue solved? I’m currently facing the same issue with the latest version of the native plugin, but perhaps I’m doing something wrong. Works in the browser, but not on...
View ArticlengOnInitworks hectic with lazy loading
I checked, it is called consistently. Meaning that when it’s called on a given component, I can expect ngOnInit will be called when I navigate back to it, but if it is not called, ngOnInit won’t be...
View ArticlePossible Ionic integration with Svelte?
Hi have you progressed in this? I am just trying a sample Sapper project including ionic elements. The tricky ones not always fly out of the box. Modal (no dismiss handler), ion-content (no scroll),...
View ArticleIonic 3 - Cancel button for Barcode Scanner on android
give a try on this: Ionic Framework Ionic Framework Ionic is the app platform for web developers. Build amazing mobile, web, and desktop apps all with one shared code base and open web standards The...
View ArticleHow to add Icon at card right side
You can get code in following of below : home.page.html <ion-card> <ion-list> <ion-item> <ion-avatar slot="start"> <img src="./assets/images/avatar2.png">...
View Article