Ionic Native Flashlight Plugin not working with Camera
Why flashlight now working with Camera? When I’m opening the camera, I can’t use the Flashlight Plugin anymore. 1 post - 1 participant Read full topic
View ArticleCan i do a Ionic 4 Seo Friendly?
Hello Guys, i am trying to do my ionic 4 app a seo Friendly. But i dont know how to do this. We are using Ionic 4. I used a meta service to dinamic add description titles and other things… But now we...
View ArticleERROR Error: Uncaught (in promise): TypeError: Cannot read property...
This error i am getting when try to add admob in my ionic APP ERROR Error: Uncaught (in promise): TypeError: Cannot read property ‘BannerAd’ of undefined TypeError: Cannot read property ‘BannerAd’ of...
View ArticleApp Crash on Android after publish to play store
The app crashes and I get a popup that says “unfortunately App has been stopped” on all devices. I get this error Type java.lang.RuntimeException java.lang.RuntimeException: at...
View ArticleNot able to discover Ibeacons by using ionic iBeacons plugin
Hi, I’ve used this iBeacons plugin for my android app development ionicframework.com IBeacon | Ionic Documentation This plugin provides functions for working with iBeacons. I’ve followed same approach...
View ArticleCannot read PDF, .Docx from Internal Storage using...
Not able to read PDF and .Docx files from location file:///storage/emulated/0/Download/. Also not able to read files recursively inside directories, Returning array length of ‘0’. Please check this...
View ArticleUnable to carryout HTTP post on Android
I am building a mobile application. When i want to test the login part on an android device i kept getting...
View ArticleSignIn with Google, error 401 invalid client
Not understand my issue. Reinstalled plugin adding reverse client id but it not works pod 'FBSDKCoreKit', '11.1.0' pod 'FBSDKLoginKit', '11.1.0' pod 'FBSDKShareKit', '11.1.0' pod 'Firebase/Messaging',...
View ArticleAre custom grid breakpoints possible yet?
I´m kinda lost with this, I have been reading that it isnt possible but it still appears in the docs: Open with chrome if possible:...
View ArticleSQLite Query has more than 1 row but keeps throwing exceptions - Angular,...
I have a Ionic Angular applications (Android build) I have the following: getAllUsers() { return this.dbInstance.executeSql(`SELECT * from ${this.db_table}`) .then((data) => { if (data.rows.length...
View ArticleAngular-toolkit@5.0.3 depends on @angular-devkit/build-angular with...
@ionic/angular-toolkit@5.0.3 depends on @angular-devkit/build-angular in version 12 which has indirect dependency on a package ansi-html in version 0.0.7. I’ve updated my app to angular version 13 but...
View ArticleIon Grid inside Item not working - Bug?
Im trying to split the ui inside the IonItem a bit and therefore i need different rows and collumns. If i try to add a IonGrid inside my IonItem only the first row and column is displayed. If i View...
View ArticleHow to use local routing with Ionic Angular
I have an app and I need to do some local routing. I have attached the file structure as an image What I want to do is when I click on a button in the manage account it then navigates to...
View ArticleIon-infinite-scroll working but it doesn't show anything
Hello dears I’m using ionic 6 with angular 13 i have this code <ng-container *ngFor="let estate of estates;let i = index"> <app-estate-card2 [estate]="estate"></app-estate-card2>...
View ArticleGeolocation Map Matching to road
My goal is to develop a app where you can track your car drive. How can I make a map matching for a street drive? Are there good free tools oder how can I realize it? Hope someone can help me! maybe I...
View ArticleGoogle Api for object detection
I’m currently developing a sign language translator Android application. I opt to used object detection and I wonder if google api would be able to support that. I want to use a customize data set as...
View ArticleSuddenly Safari triggers (random?) breakpoints when cable is plugged
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleWhy I can't build Cordova project?
When I write Cordova build Android this message appear: Checking Java JDK and Android SDK versions ANDROID_SDK_ROOT=undefined (recommended setting) ANDROID_HOME=D:\GIL\Sdk (DEPRECATED) Failed to run...
View ArticleGetting 404 Not found while trying to access local image file
I am downloading an image using @ionic-native/http and it gets stored on the local drive. But when the app is trying to access the image its showing the error 404 I checked the path on the system....
View ArticleHow to integrate javascript-obfuscator / webpack-obfuscator into an ionic 4 app
I am new to configuring webpack and I am trying to integrate my ionic 4 app with the javascript-obfuscator / webpack-obfuscator. I would like to know how to integrate it. I have tried the following...
View Article