Getting automatically removed issue for cordova plugins
i am getting a problem with cordova plugin as they are automatically removed from the project when project is run for iOS, like camera , twitter plugins etc. getting error that plugin is not...
View ArticleProblem building for Android: white screen after splashscreen
Sujan12: Do you get the same problem without --release and/or --prod ? Yes, I get the same problem without --release and/or --prod. Sujan12: Compare the dependencies of the newly created project with...
View ArticleIonic cordova build android not working (ionic4)
If you are using ionic 2 and angular 2 and above just please reinstall your ionic and angular things. Removing ionic and cordova npm uninstall -g ionic cordova Adding ionic and cordova npm install -g...
View ArticleIonic, cordova, android studio Compile a damaged app with Android
@vmbsaturno If you start a new ionic project and deploy it to your device do you get that error? ionic start myApp tabs --type=angular cd myApp npm i ionic cordova run android
View ArticleDefault FirebaseApp is not initialized in this process
Hello, There is a problem with an application that I didn’t see before. Firstly there is all information about the environment : Ionic info : cli packages:...
View ArticleService to remote persist data with super simple login?
I have an Ionic app out there that was started with a quite simple feature set: Enter some data, then it is stored locally on the device with Ionic Storage and can be viewed on the device. Now there...
View ArticleIonic App Mobile Error on Cellular
i build the apk with ionic cordova build android and after i take the .apk file with the my usb cable and install it to the telephone .
View ArticleIonic App Mobile Error on Cellular
me i not deploy direct to my device , i build the apk with ionic cordova build android and after i take the .apk file with the my usb cable and install it to the telephone .
View Article.apk failed to install built on MAC to Android mobile
Can you share how you solved the problem?
View ArticleIonic App Mobile Error on Cellular
my previous app work well with this methode and the same environment.
View ArticleApplication error for ionic while building
What command did you use to build and run the app?
View ArticleProblem building for Android: white screen after splashscreen
ioclaudio: According to a post found on Internet I’ve used an Apk Editor to change the Installation Path. What does this mean?
View ArticleGetting automatically removed issue for cordova plugins
What is your ionic info output? Priyanka4010: i am getting a problem with cordova plugin as they are automatically removed from the project when project is run for iOS, like camera , twitter plugins...
View Article.apk failed to install built on MAC to Android mobile
well I already installed that same app which was built in windows and i tested in my android mobile. Now am new to MAC and i couldn’t test the same like i did on windows . Then i came to know i should...
View ArticleApplication error for ionic while building
Just ionic cordova build android --prod --release It seems it only happens with devices having Android 4.4 Here is another feedback I received today WechatIMG314.jpeg450x800 43.8 KB
View ArticleHow to close application using button ionic
this.platform.exitApp(); Is not working anymore since Ionic V4. What is the new way to do this ?
View ArticleService to remote persist data with super simple login?
Yes, Firebase would definitely work for what you described. This blog has some nice tutorials that might help you get started: https://javebratt.com/tutorials/ionic-firebase/
View Article.apk failed to install built on MAC to Android mobile
Problem here was that you used a different certificate on Mac as you did on Windows - which changes the created APK and blocks installs of the other version. Good you figured it out!
View Articlenet::ERR_CONNECTION_REFUSED (http://localhost:8080/)
Same problem without --prod --release? Could you create a pure Cordova project with cordova create, add the same cordova-android as in your project, and then build/run it via cordova build android?
View Article