Issue So I tried running ionic cordova run android but I get a build failed with an exception. Duplicate class com.google.zxing.Binarizer found in modules jetified-com.google.zxing.client.android.captureactivity.jar (com.google.zxing.client.android.captureactivity.jar) and jetified-core-3.3.3.jar (com.google.zxing:core:3.3.3) Duplicate class com.google.zxing.BinaryBitmap found in modules jetified-com.google.zxing.client.android.captureactivity.jar (com.google.zxing.client.android.captureactivity.jar) and jetified-core-3.3.3.jar (com.google.zxing:core:3.3.3)
Continue readingTag: angular
How can Ionic be setup to render in the iOS style by default?
Issue Right now the ionic app renders with android styling by default. Instead of using the ?ionicplatform=ios param every single time I’d like that to be the default option. I looked for hints in the config.xml as well as the
Continue readingCapacitor transparent status bar overlapping with toolbar in Ionic app for android
Issue I set a transparent status bar in my app.component.html in my ionic app for android as follows: import { Component,OnInit } from ‘@angular/core’; import { StatusBar,Style } from "@capacitor/status-bar"; import { Storage } from "@capacitor/storage"; import { Router }
Continue readingTypescript – Duplicate Identifier on everything
Issue I ran into a bit of an issue with my NS NG2 app. Whenever I try to run the command tns livesync android –watch, or any other command to build, I receive a very long list of errors. Below
Continue readingIonic & Capacitor – Android Splash Screen Responsiveness
Issue Context This is related to the splash screen images responsiveness and according to my research it just happens because there is missing documentation at Capacitor Docs – Splash Screen. Problem The problem starts when implementing the splash screen plugin
Continue readingIonic cordova application will not install properly to Android device
Issue I updated everything I can think of on my machine. The app builds fine to iOS and was able to release it to the store. I removed and re-added the Android platform and tried various build flags. I get
Continue readingIonic – Uncaught SyntaxError: Unexpected token On APK
Issue I have an error since yesterday I try to fix. I successfully built an android apk using: ionic cordova build android –prod –release But the app stuck on white screen on device and emulator (GenyMotion). I inspected the logcat
Continue readingionic cordova app loose network access after update
Issue I just upgrade an existing application from ionic4/Angular8/cordova8 to ionic6/angular14/cordova10. I get no errors during build. After upgrading i check apk on a tablet using android 8, everythings is ok (i have network access). But i i test the
Continue readingAndroid emulator not showing the running app
Issue I am building and android application using Nativescript. After about a month of not touching the project i am trying now to run it again but facing a big problem – although from the visual code everything seems fine
Continue readingHow to use a custom component in a ModalPage Ionic 6/Capacitor?
Issue I have a floating button in a custom component so I can reuse this component in several pages. When I inject this component into a page this works. But when I use this component in a modal then I
Continue reading