[ERROR] native-run was not found on your PATH. Please install it globally:
Try to open new command prompt (Admin user), keep the directory path to ‘…/…/system32>’ and run the command ‘npm i -g native run’. It will install the native run and worked for me. I hope it works...
View ArticleFile google-services.json is missing
All are saying place google services.json in root directory. Is the ‘root directory’ have no path name??
View ArticleHow to save file image to device? Please
I want to save image to device. device have pc, android, ios.
View ArticleError while installing Cordova FCM dependecy plugin in IOS
I can’t help you with this Issue, but i would recommend to use the FirebaseX Plugin for all FCM related Stuff, as it’ is the best maintained and works perfect for me!
View ArticleNFC iOS Error: Session invalidated unexpectedly
Hi, I’m having the exact same problem, and I think I’ve already tried everything, I’m using a provisioning profile that has NFC available, I read in several post that having that should be the...
View ArticleIonic(v4) React Menu controller
This is the only answer that shows how to use MenuController in react. Many thanks
View ArticleiOS plugin for sending user to Settings->Privacy->Location Services?
can anyone have solution for this?
View Article[ionic 4] How to remove Capacitor from app?
I cant remove the capacitor with the above commands
View ArticleAppflow build failed
Getting the following error when building in the appflow. It builds fine in the local PC. ±--------------------±--------------------------+ | Build Summary |...
View ArticleIonic Swipeable Tabs are now here!
This is really great. I am new to this application. Want to learn more about this.
View ArticleiOS plugin for sending user to Settings->Privacy->Location Services?
It was possible earlier, but you can’t submit your app now in AppStore without getting your app rejected during review. Please check here It is not programmatically possible to switch Location...
View ArticleSelect won't show selected option
I’m using Ionic React in order to make appear -or not, an IonItem tag depending on the option is selected, even thoug the variable is stored correctly,it wont show in the select. Here is the code:...
View ArticleIonic 3 app stopped making network request
I don’t know why there is not possibility to make ajax call I have removed node_modules then made : npm i then I have deleted platforms/android and made : ionic cordova run android the network is...
View ArticleCamera Plugin Video FILE_URI issue from External SD Card
hi. I have no idea about capacitor. I have never used it. i am using cordova camera plugin. i have done workaround by using file chooser plugin
View ArticleFile google-services.json is missing
Root directory is your project directory which you use to create your Ionic app. It means if you create your app in directory as ‘G:/Projects/XYZApp/’ then your root directory will be...
View ArticleIonic Modal Lazy Loaded without routes - possible?
Hi, I have implemented modal views in Ionic5/Angular10, where the modalpage has its own module. (generated via ionic g page modals\MyModal. The calling component will import the modal module and the...
View Article[ionic 4] How to remove Capacitor from app?
You will have to remove the package from package.json and also remove it from node_modules using npm uninstall <packageName> In case the package has already been copied to platforms, you will...
View ArticleiOS plugin for sending user to Settings->Privacy->Location Services?
thank you for your reply. yes, i am able to open location setting in android using diagnostics plugin. but not working in ios. is it not possible to open location services in ios? i am currently using...
View Article