Issue I am using Ionic React / React Native to develop a mobile app. I want to use Leaflet to display the static map and markers. If the user click the markers, I want to open the coordinate in Google
Continue readingTag: ionic-framework
[SOLVED] Sign in with Facebook error code: 1349195 [ IONIC ]
Issue I’m having a problem a few days ago with Ionic and the login with Facebook. I have everything included, install the respective Ionic plugin and I put the APP_ID and the APP_NAME. When I’m in the APP, and I
Continue reading[SOLVED] "refers to a value, but is being used as a type here." Facebook import
Issue So I was adding Facebook login into my app and I was following the documentation for Ionic v4, https://ionicframework.com/docs/v4/native/facebook/ and I was getting an error when adding the Facebook item from the import in the constructor parameters. import {
Continue reading[SOLVED] Ionic 6. App crashes when i make build and not opening
Issue I’m getting Logcat errors when I open app and the app crash when I open the app it crashing again and again. I think this is firebase issue or something need help to get rid of this problem. it’s
Continue reading[SOLVED] Ionic: Intercept PDF URLs with cordova-plugin-inappbrowser
Issue I am building an Android/iOS Application with ionic 3, which simply consists of a webview by cordova-plugin-inappbrowser (version 3.0.0) and a responsive homepage. The homepage holds different links to websites as well as to (online) PDF files. As I’ve
Continue reading[SOLVED] How can I avoid having my hybrid app showing up on the Android dialer?
Issue I built a calling app for Android and iOS and I’m using Callkit for the calling interface. This is a hybrid app developed with Ionic and Cordova. My problem is that in some android devices (not all), my app
Continue reading[SOLVED] Gradle Problem, After My Build to android, [ Ionic ]
Issue Try: Run with –stacktrace option to get the stack trace. Run with –info or –debug option to get more log output. Run with –scan to get full insights. Get more help at https://help.gradle.org Deprecated Gradle features were used in
Continue reading[SOLVED] Range of numbers in angular(typescript)
Issue I’m working on an Ionic(Angular) project and I’m trying to make a select with a specific range of numbers, but I don’t want to write them by hand since it’s not really efficient but I don’t know how to
Continue reading[SOLVED] 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 reading[SOLVED] 'rm' is not recognized as an internal or external command when trying publish a capacitor plugin
Issue I am trying to publish a capacitor plugin. According to the error it is not able to recognize rm. I am using Window’s Powershell (VC Code) The following error is being generated in the powershell when npm publish in
Continue reading