Issue I have a leaflet map contained in <div id="map" data-tap-disabled="false" style="width: 100%; height: 100%;"></div> This page is divided into <ion-header>, <ion-content> and <ion-footer>. The map is contained into <ion-content>. What I would like to do is hide the header
Continue readingCategory: Ionic
Laravel rest api (santum) for mobile application
Issue I have created a REST API with LARAVEL SANCTUM. I have tested api on postman and it works as expected but when mobile developer uses it on ionic app, it returns for login "TOKEN MISMATCH". Here is my API
Continue readingHow to connect to Ble device without rescan and manual device selection
Issue I’m creating an Ionic react (TypeScript) app which uses the Community Bluetooth-le plugin. When I try to connect to a device using requestDevice this shows the available devices and I can then pair/connect with that device and all is
Continue readingIs there a way of not trigger checkbox when clicking in a ion-item Ionic 4?
Issue When I click on the label of an ion-item the checkbox is triggered. I want to find a way of preventing this from happening as I want to trigger another function when clicking the label. I found this answer
Continue readingionicframework iOS cannot be uploaded after push notifications were added
Issue I have recently deployed iOS app (using ionic framework + capacitor) to the app store. Today I have added push notifications support, using this guide: https://capacitorjs.com/docs/guides/push-notifications-firebase I have tested the app – push notifications works for the connected device.
Continue readingMBProgressHud.h file not found
Issue I have download MBProgressHUD.m and MBProgressHUD.h file from github and Placed under a folder Classes->MBprogressHub->then both files Now i have include this file under Share Extension import "MBProgressHUD.h". When i an trying to build an app. it is giving
Continue readingCapacitor Hard ware back button closing the app in release build
Issue I am handling the back button by adding a listener in the _app.tsx of my react project like so useEffect(() => { CapacitorApp.addListener("backButton", () => { if (router.pathname === "/") { CapacitorApp.exitApp(); } else { router.back(); } }); return
Continue readingIonic 2 navbar icons on both side of title
Issue I’m trying add two icons in each sides of a ion-header where the title is in the center, but it always ends up with the two icons on the right side. This is my code <ion-header> <ion-navbar color=”primary”> <ion-buttons
Continue readingAngular ngx-translate inside service
Issue I am using ngx-translate and ngx-translate/http-loader for translating my ionic/angular project. I have this code inside app.module.ts imports: TranslateModule.forRoot({ loader: { provide: TranslateLoader, useFactory: (createTranslateLoader), deps: [HttpBackend] } }) and this loader function in the same file: export function
Continue readingPass value to an other compoment via routerLink in Ionic
Issue I would like to pass value to another compoment ex: a name of country, and use it on the other compoment I make the link like that and i want to send the value "France" to another compoment (via
Continue readingIonic –live-reload not running app on device
Issue I can’t see my ionic app on my phone when using the –live-reload parameter. I am using Windows 8.1 and a connected Nexus 5 Android device. The app is the sample sidemenu app created with ionic start demo sidemenu.
Continue readingHow do you update the iOS & Android app version in Ionic w/ Capacitor?
Issue I am developing an app using Ionic and Capacitor. Builds are generated using Ionic’s new AppFlow service, so I don’t build them locally. How do I go about updating the iOS and Android version numbers? I’ve tried updating the
Continue readingIonic Angular ERROR Error: Uncaught (in promise): Error: Arguments array must have arguments. Error: Arguments array must have arguments
Issue I am working on an ionic and angular project. I am getting a unexpected error when injecting service in my component. WorkshopPage import { Component, OnInit } from ‘@angular/core’; import { RegisterService } from ‘.././register.service’; @Component({ selector: ‘app-workshop’, templateUrl:
Continue readingSrollToTop method doesn't work with a component in Ionic 6/Angular
Issue I have made a fabbutton so the user can scroll to top in one click. I have test this without a component and this was working fine. Now I want to use this fabbutton as a component, because I
Continue readingOneSignal Notifications delay
Issue I have an ionic 2 app running on android with a wordpress site providing the data. I have notifications working with onesignal. The problem is that the notification arrives before the rest API data is updated. The App can
Continue readingDisplaying time in <ion-range>
Issue I’m new to Ionic, and I’m attempting to display the time as 24 hours from 00:00 to 23:00, with the user able to select a time period. <ion-range min="00:00" max="23:00" step="00:01" dualKnobs="true" pin="true" [(ngModel)] ="knobValues" > <ion-label slot="start">0:00</ion-label> <ion-label
Continue readingHaving an 'SyntaxError: Unexpected token 'export' Issue with my Electron-Ionic Application
Issue //Having this issue and I don’t know how to solve it: Uncaught C:\Users\Zac\ionic_projects\robot-backup-4\node_modules\@ionic\core\components\index.js:4 export { setAssetPath, setPlatformOptions } from ‘@stencil/core/internal/client’; ^^^^^^ SyntaxError: Unexpected token ‘export’ at new Script (vm.js:101:7) at createScript (vm.js:262:10) at Object.runInThisContext (vm.js:310:10) at wrapSafe (internal/modules/cjs/loader.js:979:15) at
Continue readingGet the value of ngModel without performing any action [Ionic]
Issue When a user clicks on a button on the same HTML page, I want to send the value of <ion-text> to a TypeScript file. However, it did not work. <ion-text [(ngModel)]=’xy’ ngDefaultControl >’variables from a global provider’ </ion-text> <ion-button
Continue readingHow to force a column to be on top of another column (to overlap)
Issue I have two grid columns that contain images, and I’d like to force them to be on top of each other, like it’s shown in the design here: However, neither Ionic, nor Bootstrap (that is used by Ionic) doesn’t
Continue readingupdating an ionic app results in data loss
Issue Working on an update for an existing (live) ionic/cordova app. When making an android upgrade test to the new version of the app, all data of the old version is lost. I first thought it has something to do
Continue readingCannot read property 'contentWindow' of null – iframe in ionic menu
Issue Here is my plunker: http://plnkr.co/edit/8SOkJeAG4Tctp4zLoAJ0?p=preview var iframe = document.getElementById(‘myIframe’); var iframediv = iframe.contentWindow.document; // canvas goes here iframediv.body.innerHTML += ‘<canvas id=”stage” width=”360″ height=”180″></canvas>’; Is the code where I am getting the cannot read property error. I’m attempting to create
Continue readingWhy ion-icon is not showing in ionic vue project?
Issue I am trying to add icon with ion-icon in my ionic vue project. I copied code from official page <ion-icon name="aperture-outline"></ion-icon> here is my template <template> <ion-content class="content"> <h1>Hello</h1> <ion-icon name="aperture-outline"></ion-icon> <h1>Hello2</h1> </ion-content> </template> <style scoped> .content { –color:
Continue readingJson Array of Objects saves only the last item
Issue I want to define an array of objects, then store objects within the array, however I only have one object in the array(last object), and I can’t add more objects to it. In Dataservice class getData(){ return this.storage.get(‘x’).then((val) =>
Continue readingion-input get element reference vanilla js
Issue I’m using stencil.js to create a web component that is framework agnostic and contains some ionic4 web components including <ion-input> The docs for ion-input show a method getInputElement() => Promise<HTMLInputElement> to access the native <input> but I’m not finding
Continue readingReact – Query Parameters Are Empty on Page Load
Issue I’m having an issue with navigation logic in React, and it’d be amazing to get some help. I have front-end web app written in TypeScript, React and Ionic Framework V5. The app has a fairly standard search box that
Continue readingIONIC / REACT Line 9:5: Expected an assignment or function call and instead saw an expression @typescript-eslint/no-unused-expressions
Issue When i try to make hook to get userdata from firebase. Like this import { useEffect, useState } from ‘react’; import { firestore } from ‘../../’ import { getAuth } from ‘firebase/auth’; export function useUserDetails() { const db =
Continue readingHow to position a button at the bottom of a slide – Ionic
Issue I have the following slides of images: <ion-slides style="margin-top: 30px; margin-bottom: 30px" pager="true" [options]="slideOpts"> <ion-slide *ngFor="let image of imageURLs"> <div (click)="openZoomedImage(image.fullURL)"> <img [src]="image.fullURL" alt=”slide-1”/> </div> <ion-button size="small" color="danger" (click)="deleteImage(image.imageName)">Delete</ion-button> </ion-slide> </ion-slides> However I am wondering how I can make
Continue readingAngular Ionic Capacitor Barcode Scanner Plugin not working on Web
Issue I am currently building my first Ionic app, which should include a QR-Code scanner. This is my package.ts { "name": "drink-inc", "version": "0.0.1", "author": "Ionic Framework", "homepage": "https://ionicframework.com/", "scripts": { "ng": "ng", "start": "ng serve", "build": "ng build", "test":
Continue readingIonic V6 – ion-segment show too much white space between cards once filtered with ng-if
Issue I have added ion-segment to my page which has a list of cards with different cases. If I don’t use segment, the space between the cards is very normal. However, with the use of the segment I have to
Continue readingIs Angular or Ionic Better?
Introduction It’s no secret that Angular and Ionic are two of the most popular frameworks for mobile app development. But which one is better? In this article, we’ll compare Angular and Ionic, and see which one comes out on top.
Continue readingWhat Is Difference Between Ionic and Angular?
Introduction What is the difference between Ionic and Angular? Ionic is a framework for building mobile apps using web technologies and Angular is a framework for building web apps. Ionic is built on top of Angular and provides a set
Continue readingIonic select multiple images or videos from gallery
Issue I’m developing a mobile application in Ionic Angular and I don’t seem to be able to find a plugin that supports being able to select multiple pieces of media as well as both images and videos. So far I’ve
Continue readingI can't access the group attribute of FormBuilder on my reactive form
Issue Property ‘group’ does not exist on type ‘typeof FormBuilder’ here is the code import { FormBuilder, FormGroup, Validators } from ‘@angular/forms’; export class LoginPageForm{ constructor(private formBuilder = FormBuilder){} createForm(): FormGroup{ return this.formBuilder.group({ email: [”, [Validators.required]], password: [”, [Validators.required]] }); } } Solution
Continue readingERROR: Failed to launch application on device: ERROR: Failed to install apk to device: not installing on Android api level 23
Issue I am currently working on developing hybrid app using ionic. At this moment everything works fine as expected when i try to run it in browser using ionic run and grunt serve. But when i try to install app
Continue readingIonic – Uncaught (in promise): TypeError: Cannot read property 'then' of undefined
Issue I got this error during runtime of my Ionic Application. I was trying to implement the Ionic “Email Composer” library to send emails from the client side, please reference this link to learn about the code that I am
Continue readinghow to set header background color in ionic 4
Issue I am trying in different way which I followed link(How to set background color IONIC 4) for header background color and tried as per ionic 2 and ionic 3 as well: I am able to make background color for
Continue readingcircle progress bar css
Issue I want to create a circle bar which stroke will be getting thicker as it progress. Is it possible using css, or svg which can run on ionic mobile app. Here is the what I want to achieve :
Continue readingTesting Ionic Toast button click in Jasmine
Issue I am unable to query for one of the Toast buttons inside while testing. It simply returns null. The class is set, and that is what is being used to query. it(‘should make a call to retrieval method on
Continue readinguseLocation Hook returns wrong path
Issue I built an Ionic-React App that can scan a QR-Code and connect to a Device based on that. I use the useLocation() and useHistory() Hooks to route through my App. I pass some Data like that: const Home: React.FC
Continue readinguseLocation Hook returns wrong path
Issue I built an Ionic-React App that can scan a QR-Code and connect to a Device based on that. I use the useLocation() and useHistory() Hooks to route through my App. I pass some Data like that: const Home: React.FC
Continue readingAngular double curly braces expressions being executed multiple times on mouse down and up
Issue In our Angular app, given code like the following: <div>{{ aGetProperty }}</div> <div>{{ aMethod() }}</div> Whenever I click anywhere on the page, these expressions are evaluated multiple times. That is, if I put a console.log(‘hello’) in aMethod, every time
Continue readingHow to add today's Date via a ng-model to my date input?
Issue I need to show today’s date in my date input: <input type=”date” ng-model=”data.date”> Here is my JS Code: $scope.data = {}; $scope.data.date = new Date().toDateString(); But the result is only: What did I wrong? Solution You can use input[type=’date’]
Continue readingHow can I change the font in my ionic app?
Issue I want to change the font, but I can’t do it on Chrome or Samsung A50, Android XI device. I will appreciate any help you can guide me, thanks! Ionic CLI: 6.19.0 Ionic Framework: @ionic/angular 6.0.4 Cordova CLI: 11.0.0
Continue readingIonic Framework – Popup cancel button doesn’t work – v1.0.0-beta.1 "actinium"
Issue "prompt" not close "cancel" button On my system does not work the "Cancel" button. I did a copy paste of the original code to do a simple test and does not work. I can not find what is wrong.
Continue readingGet parameters passed by url in ionic 5
Issue I have passed parameters in URL to my ionic application http://localhost:8100/welcompage/overview?brand=bmw I am using ActivatedRoute to retreive the data passed as parameters in the URL constructor(private route: ActivatedRoute) { } ngOnInit() { this.route.params.subscribe(params => { console.log(params[‘brand’]); }); } the
Continue readingCordova UWP build can’t access the internet (outside of localhost)
Issue I have a Cordova (Ionic >=2) UWP application that connects to a backend REST service via https. This works fine in ionic serve, and also when deployed and running on iOS and Android. I have finally got a UWP
Continue readingAccess JSON like object properties
Issue I have a return object like so: Can you tell me how to access its properties? I have tried many ways with Lodash too. But no luck yet. Failure attempts: t.config[‘type’] pick(t.config, ‘type’) Solution Since the config property is
Continue readingHow to send a ngfor object variable to a function
Issue I have a *ngFor list for my categories and inside to list i wanna show subcategories list. subcategory data coming from firebase so i querying it with category_id. My problem is i dont know how to pass category_id from
Continue readingIonic build fails at "Could not resolve com.google.android.gms:play-services-ads-identifier:[15.0.0, 16.0.99]"
Issue So building was always fine until it wasn’t. Nothing new was added, nothing was removed, no packages installed, nothing. Everything was working fine until the build issues happened. This is the full error report > Configure project :app Error
Continue readingCan't access dev server when using ionic serve
Issue I’m trying to use ionic serve to access a blank ionic template. It says it’s working, but I just get ‘page not found’ in Chrome. I’m pretty confident that the ports are not the issue, since I can reach
Continue readingSomething went wrong with Google Auth only on Android
Issue My firebase authentication used to work smoothly on my IONIC app on both iOS and Android. Testing on Android after quite a few changes working on IOS side, I can no longer make a google login, though it still
Continue readingHow to get object of object in JSON API response?
Issue I’m using Ionic with Angular. I have a JSON API response and I want to get the items of an object inside an object, in this case, author items. JSON API response { x{ **authors**:{ auth-sara-rts-2022: Code: "rts" Contact:{
Continue readingCan i use firebase + spring boot at same time in Ionic app
Issue I’m building a mobile app in ionic and i want to know if i can use firebase and spring boot at the same time in the same app so i can benefit firebase real-time database and authentication and use
Continue readingIonic 5 ion-tabs hiding in some specific pages
Issue I have created tab pages and included in my app.component.html file by selector my problem is that I want to hide tab in some specific pages can anyone help me with that. below I’m sharing the code which I
Continue readingreact-leaflet map is not correcly displayed in Ionic 5
Issue When i am trying to display map in mobile view i see broken map: https://stackoverflow.com/a/36257493/13739566 – in this link is description why it doesn’t work but use ‘invalidSize()’ doesn’t work in my case (or maybe i use it wrong).It’s
Continue readingionic ion-menu border-radius is not changing
Issue I need to border-radius in ion-menu but when i am doing its applying on shadows of entire page. i need to just do in white menu. This is how its showing I need to show like this My app.component.html
Continue readingproperty subscribe does not exist on type 'void'
Issue I am having an constant error that tends to pop up in my code (using Visual Studio Code as my IDE): Property subscribe does not exist on type ‘void’….. When I run the code, I get an error message
Continue readingNo option to upload APK in play console
Issue I cannot find an option to upload APK, only option available is to upload app bundle. I have a signed APK that I need to publish. Solution Now we can not upload .apk files in the google play console,
Continue readingCapacitor Filesystem returns error while using main functions
Issue I created a new app using capacitor 3, in this app I used the Filesystem to perform some functions. I created a service to handle everything related to the filesystem, but when I went to use the functions I
Continue readingIonic 6 – RouterLink vendor.js:51830 NG0303: Can't bind to 'routerLink' since it isn't a known property of 'ion-card'
Issue I am using the Angular version of Ionic 6. I have a reusable component that shows a summary of an event. On tapping the component I would like to navigate it to a detail page. But I get the
Continue readingWhy is firebase authentication not persisting on refresh in Ionic with Vue and Pinia?
Issue I’ve been generally following along with this code here: https://github.com/aaronksaunders/ionic-v6-firebase-tabs-auth The issue I’m having is my auth state is not persisting when I refresh the page when using ionic serve and loading the app in the web browser. code
Continue readingCant set min and max date of datetime picker for ionic
Issue In my ion-datetime I have dates to select. These dates are the dates provided from a function that finds the next available dates for delivery. Here we have the function that gets the dates then set our result: let
Continue readingAndroid signed APK can not make API calls
Issue Our app has started hanging when making API calls despite not being updated in production for months. We can replicate the issue using the Play Store version of the app or by creating a locally built APK file and
Continue readingFirebase Authentication: Emails sent but not received on special email addresses such as *@gmx.at
Issue I am using Firebase Authentication in my Ionic App. Some users have reported to not receive the verification email which is sent after a user signs up, or when the resendVerificationEmail is triggered. This works fine for email providers
Continue readingIonic 4 ion-title in toolbar is not centered on android
Issue I am wondering if this a common problem. My ion-title is not centered in the toolbar on android. I googled it but I couldn’t find anything for ionic 4, what I did found was a pretty good solution in
Continue readingChrome Custom Tab support in capacitor
Issue Is there any way to make Browser Tab work with a capacitor react project. I found that it’s supported in ionic. I’m relatively new to ionic and capacitor. I’m trying to use this ionic plugin in my react capacitor
Continue readingIonic select list of cards
Issue I’m trying to select a list of categories on clicking. When I click, the background color must change and if I click another time on the same, the background must return to default color. I need to be able
Continue readingWithout `from` option PostCSS could generate wrong source map or do not find Browserslist config
Issue Witout from option PostCSS could generate wrong source map or do not find Browserslist config. Set it to CSS file path or to undefined to prevent this warning ionic3 project, when I running ionic corodva bulid ios –prod showing
Continue readingHow to remove gray screen before splash screen – Ionic 4
Issue Has someone managed to remove the gray screen when launching an ionic app from an android device? Is there a way to remove this annoying gray screen? Solution I found a solution it’s working fine for me using 5
Continue readingNgx-translation not working across different modules in ionic
Issue I want to make my ionic app to support multiple languages. I have created one service called translate-config.service.ts where I am getting and setting language as per user preference and storing selected language in local storage. below is my
Continue readingKeyboard.hide() doesn't work in capacitor / ionic 6 project
Issue I have a simple form that the user can enter a value and those two values are added together. This is my form code: <form (ngSubmit)="calculateTwo(value1, value2)"> <ion-grid> <ion-row> <ion-col> <ion-item> <ion-input name="value1" type="number" [(ngModel)]="value1" (keyup.enter)="calculateTwo(value1, value2)"> </ion-input> </ion-item>
Continue readingSaving a snapshotChanges document in the NGRX state throws the error: Cannot freeze
Issue I am creating a pagination system with Firebase and for this I have to pass a document to the "startAfter()" function of the "@angular/fire/compat/firestore" library. In my application I am using NGRX for state management, and when the effect
Continue readingupload image from Angular to aws s3 error: the image cannot be displayed because it contains errors
Issue I’m trying to capture an image with the Android camera and upload it to an AWS S3 bucket. Using Angular 13 Ionic 6 and the Capacitor camera. Finally I got the image to upload to S3, but when attempting
Continue readingCordova.Diganostic.IsLocationEnabled always returns true ionic
Issue As title says, whether location is turned off or on success callback is always triggered. Anyone got any suggestions? if (window.cordova) { window.cordova.plugins.diagnostic.isLocationEnabled(locationEnabled,locationDisabled ); } function locationEnabled() {.. } function locationDisabled() {…} I’m testing it on Samsung galaxy s5
Continue readingIonic/Cordova: Add intent-filter using config.xml
Issue I’m developing a mobile app using Ionic Framework (based on Cordova). In Android I register my app to open *.txt files. I do it adding intent-filter in platforms/android/AndroidManifest.xml and it works. But platform folder is in .gitignore: I want
Continue readingHow to change background colour for item avatar in Ionic Framework?
Issue I need to change background colour for item avatar using Ionic Framework. The problem is, it didn’t change. CSS: .list.item-avatar.list-purple{ color: #FFF; background-color: #b31f6f; } HTML: <div class="list list-inset"> <div class="item item-divider"> YOUE MOVE </div> <a class="item item-avatar list-purple"
Continue readingError code 65 for command: xcodebuild How solve it?
Issue I run ionic cordova build ios and the response ever is a error Please help me ** BUILD FAILED ** The following build commands failed: CompileXIB MyApp/Classes/MainViewController.xib (1 failure) CordovaError: Promise rejected with non-error: ‘Error code 65 for command:
Continue readingChanging pin format to date in Ion Range Ionic 5
Issue I’m trying to create a time slider that ranges from 6:00 AM to 18:00 PM with tickmarks every 30 minutes (6:00, 6:30, 7:00, etc). Problem is pin format on Ion Range only shows integers and I haven’t really been
Continue readingFirebase dynamic link always goes to ios app store even if app installed
Issue I have a dynamic link that is working fine on Android however I can’t get the App Store redirect behaviour working correctly on iOS. If I set up the dynamic link to go to a url (not the app
Continue readingHow to remove unneeded permissions on Ionic 5 capacitor Android app?
Issue I am setting up my first Ionic React app. I created an app with Ionic 5 and used the In-app Purchase 2 plugin. I wanted to test this, so I uploaded the signed APK to the Play Store. When
Continue readingIonic Video Mute Attribute Ignored
Issue I am having a weird issue where the mute tag on a video element is being ignored. <video #media playsinline webkit-playsinline loop muted [src]=”video_url” class=”videoPlayer” preload=”metadata” type=”video/mp4″> </video> The muted or muted=”true” is being overlooked and the video continues
Continue readingCant set min and max date of datetime picker for ionic
Issue In my ion-datetime I have dates to select. These dates are the dates provided from a function that finds the next available dates for delivery. Here we have the function that gets the dates then set our result: let
Continue readingCant set min and max date of datetime picker for ionic
Issue In my ion-datetime I have dates to select. These dates are the dates provided from a function that finds the next available dates for delivery. Here we have the function that gets the dates then set our result: let
Continue readingAndroid signed APK can not make API calls
Issue Our app has started hanging when making API calls despite not being updated in production for months. We can replicate the issue using the Play Store version of the app or by creating a locally built APK file and
Continue readingAndroid signed APK can not make API calls
Issue Our app has started hanging when making API calls despite not being updated in production for months. We can replicate the issue using the Play Store version of the app or by creating a locally built APK file and
Continue readingWhy is firebase authentication not persisting on refresh in Ionic with Vue and Pinia?
Issue I’ve been generally following along with this code here: https://github.com/aaronksaunders/ionic-v6-firebase-tabs-auth The issue I’m having is my auth state is not persisting when I refresh the page when using ionic serve and loading the app in the web browser. code
Continue readingWhy is firebase authentication not persisting on refresh in Ionic with Vue and Pinia?
Issue I’ve been generally following along with this code here: https://github.com/aaronksaunders/ionic-v6-firebase-tabs-auth The issue I’m having is my auth state is not persisting when I refresh the page when using ionic serve and loading the app in the web browser. code
Continue readingCurrency Pipe not found error inside the ionic 5 component
Issue I’m using a currency pipe inside my page module without any issues. However, it shows a ‘not found error’ when using it inside a modal component. example usage: {{50| currency: ‘INR’}} Error : ERROR Error: Uncaught (in promise): Error:
Continue readingCurrency Pipe not found error inside the ionic 5 component
Issue I’m using a currency pipe inside my page module without any issues. However, it shows a ‘not found error’ when using it inside a modal component. example usage: {{50| currency: ‘INR’}} Error : ERROR Error: Uncaught (in promise): Error:
Continue readingkeep keyboard open on Ionic when button click ( chat app )
Issue I have an Ionic v1 chat application, I made everything, but I encountred the famous problem when clicking on a send button (send chat) the keyboard loses focus from the input and then closes. I’ve tried many approaches, but
Continue readingAzure AD B2C login with Firebase Auth Capacitor plugin: Ionic/Angular
Issue I use this Capacitor plugin to Auth with MS. But no luck yet. I have followed this doc and configured it all well. But can you tell me where to set this up? When registering apps with these providers,
Continue readingDisabled dates in ion-datetime (Ionic 4, Ionic 5)
Issue The scenario I have implemented my ion-datetime into requires that certain dates can be disabled. Blockout dates. This is something that’s fairly common in apps in general, like Airbnb. The ion-datetime module that ships with Ionic does not support
Continue readingIonic and Amplify Storage GRAPHQL_AUTH_MODE Error
Issue My current setup is: Ionic, Angular, AWS Amplify (GrapghQl, DynamoDB, Authenticator, and Storage) I had everything working until I added Storage following the instructions here. After I installed Storage and I tried running my app using Ionic Serve, I
Continue readingHuawei HMS maps not working on Ionic Capacitor runtime
Issue I have followed this guide to add Huawei HMS maps to my IONIC capacitor runtime app. https://github.com/HMS-Core/hms-cordova-plugin/tree/master/cordova-plugin-hms-map/example/ionic This app has google-services.json and huawei agconnect-services.json. In project build.gradle I’m using […] classpath ‘com.huawei.agconnect:agcp:1.5.2.300’ capacitor.build.gradle dependencies { […] implementation "com.huawei.hms:base:5.2.0.300" implementation
Continue readingHuawei HMS maps not working on Ionic Capacitor runtime
Issue I have followed this guide to add Huawei HMS maps to my IONIC capacitor runtime app. https://github.com/HMS-Core/hms-cordova-plugin/tree/master/cordova-plugin-hms-map/example/ionic This app has google-services.json and huawei agconnect-services.json. In project build.gradle I’m using […] classpath ‘com.huawei.agconnect:agcp:1.5.2.300’ capacitor.build.gradle dependencies { […] implementation "com.huawei.hms:base:5.2.0.300" implementation
Continue readingCould not find com.google.android.gms:play-services-base:20.4.0. Android-Cordova
Issue Heyy friends! I have a problem that it couldn’t solve, developing an application in ionic and angular after exporting it to android with capacitor, but I got the following error when exporting the apk. What went wrong: Execution failed
Continue readingCould not find com.google.android.gms:play-services-base:20.4.0. Android-Cordova
Issue Heyy friends! I have a problem that it couldn’t solve, developing an application in ionic and angular after exporting it to android with capacitor, but I got the following error when exporting the apk. What went wrong: Execution failed
Continue readingAngular Ionic Capacitor | Why is Even a Simple Animation Laggy
Issue I’m building a simple Ionic Capacitor app with Angular. The app includes a few pretty simple animations, and I’m stunned to learn these animations are incredibly laggy: In the app, I have a list of contacts. When a contact
Continue readingIonic 3 Volume Key Event Capture
Issue What I want to do is call one of my functions whenever the user presses the volume up or the volume down buttons on the phone. What I tried so far is using the cordova events, but without any
Continue readingIonic 3 Volume Key Event Capture
Issue What I want to do is call one of my functions whenever the user presses the volume up or the volume down buttons on the phone. What I tried so far is using the cordova events, but without any
Continue reading