Missing SQL that can work on both android as well as Browser for building...
Hi, Our requirement is an android app along with PWA (webapp) with same code base. But if we use SQLLite it is not supported on browser. If we use simple object storage then we cannot so more advanced...
View Article.apk failed to install built on MAC to Android mobile
Hi guys ! am stuck in this issue for 2 days . I used windows to develop apk and never faced this issue but since i moved to mac recently i couldn’t test any of the apk in android platform. The app is...
View Article.apk failed to install built on MAC to Android mobile
Why don’t you just connect the Android device via USB and use the usual commands? What is your ionic info output? What exactly does “is not gettign installed” mean? Do you get an error message?
View ArticleMx.ferreyra.callnumber keeps coming back
i have uninstalled it by these commands: ionic cordova plugin rm call-number npm uninstall --save @ionic-native/call-number then i removed Mx.ferreyra.callnumber manually from my config file,...
View Article"Unhandled error event" adding android platform
Hi, in a brand new project created with ionic start mytest2 if I try to add cordova with the command: C:\ProveElectron\mytest2>ionic cordova platform add android > cordova platform add android...
View ArticleMx.ferreyra.callnumber keeps coming back
ok. i dont know why. but i removed my android platform and installed it again and now it works fine
View ArticleIonic 3 - Android app crashed if I add inappbrowser plugin
I want to open external url in device default browser. Like for android it should get open in chrome and for ios it should open in safari. Initially when I tried window.open(url,"_system") it was...
View ArticleInternal navigation rejected for url='about:blank'
Hi, I also have the issue that after resuming the app (lets say after 5-6 hours), I get redirected to about:blank (which I can observe through the Safari debugger), but the app is stuck at the splash...
View ArticleIonic 3 - Android app crashed if I add inappbrowser plugin
Hi, For android Pls use window.open(url you wanna open). This will open the url in device default browser. For iOS install inapp browser plugin and then use window.open(url,’_system’),it will work.
View Article.apk failed to install built on MAC to Android mobile
Sorry its my fault . Its working now
View ArticleSimple Ionic 3 App Not Working on Android Device
hello , i am the same problem and strangely my previous app work well !
View ArticleIonic 3 - Android app crashed if I add inappbrowser plugin
try to remove platform android and add again.
View ArticleApplication error for ionic while building
I guess dont use ionic cordova build/run android --livereload instead use ionic cordova build/run android
View ArticleHttp native header not sending
Please check with your backend team that whether they are accepting headers in URL
View ArticleStuck on splashscreen IOS
Hi, I do have the same problem but only after resuming the app. @ThibaultLap: Make sure that the phone and the server from where you run ionic serve operate on the same network. For the part of...
View Article"Unhandled error event" adding android platform
ioclaudio: C:\ProveElectron\mytest2>ionic cordova platform add android > cordova platform add android --save events.js:183 throw er; // Unhandled ‘error’ event ^ I’ve solved in this way: I’ve...
View ArticleGetting error while building ionic app for iOS
there is something storage problem in mac.
View ArticleIonic App Mobile Error on Cellular
@swlab That problem seems weird to me. I already saw a problem like: Application Error - The connection to the server was unsuccessful. (file:///android_asset/www/index.html) It already happened to...
View ArticleBuild failed for Android android-sdk version check failed Ubuntu
About this problem I decided to reset all and start from another project. It seems to work now.
View Article