Publishing app in google store without --release build
@Vartex05 wrote: Is it possible to publish ionic app in google store only with --prod build and without --release build? I have a big problem with https request, when i generate release build, so i...
View ArticleOlder Android phones with physical menu button
@nathantaal wrote: Hello everyone, I recently started adding support for smaller screens, and there was a weird for striped button in the Android emulator. It’s been so long I used an old Android...
View ArticleWhat will happens after the end of this month
@_Ali94 wrote: I’m one of mobile app developers and I loves ionic so much and I created and published some applications for other users and I update these apps every 2 to 3 months. But as I read from...
View ArticleIonic Pro build failed -> npm ERR! 404 Not Found: pinkie-promise@
@mnzl16 wrote: I am getting this error while pushing through live deploy… Any help would be gladly appreciated npm install --quiet --no-optional npm WARN optional SKIPPING OPTIONAL DEPENDENCY:...
View ArticleDisplay array with ngFor
@Ditister wrote: I have a async function that generats an array: service: async getSpieltermineList(){ let anwesenheit = [] ; let spieltermin = []; this.anwesenheit =...
View ArticleBuild Failed in Ionic Pro, fine in local
@fueerqan wrote: Hi All, Can anyone help me? my code work fine in local, but I got build failed in Ionic Pro. This is the error : npm ERR! code ENOVERSIONS npm ERR! No valid versions available for...
View ArticleHandling native Accounts&Sync like WhatsApp/Telegram
@donotsue wrote: Hi there, my question is: How do I manage the native sync processes on the device? I would really like to do something, that WhatsApp and Telegram allready and seemlessly do. Is it...
View ArticleCordova is only missing at Live Reload on Device?
@donotsue wrote: Hi there, no, it’s not really missing, but if I start the project with ionic cordova run --device android --livereload Without live reloading, the app seems to find the cordova.js...
View ArticleHow to check if a checkbox is checked?
@flosrn wrote: Hello, I want to to show an element with *ngIf only if checkbox is checked, how please ? Posts: 1 Participants: 1 Read full topic
View ArticleinAppBrowser event.url does not return current URL
@simonjcarr wrote: I am trying to get the current URL of the user from an inAppBrowser, however it only returns to me the URL that was set when I initially opened the inAppBrowser not the current URL...
View ArticleSort array by name
@champion007 wrote: Hi Folks, I am doing POC where i display contact details of the phone using ionic native contact plugin. Contact display is random there is no order. How to sort them...
View ArticleIonic app customization
@mankota wrote: I am urgently looking for someone who can customize my app. The person should know ionic 3 and firebase. If you are interested please email me at mankota@gmail.com Posts: 1...
View ArticleApp failed to run on Android Oreo
@codetillyoudrop wrote: Hi all. My apps on Google Play failed to run after I upgraded my phone Android Oreo with the message - Application Error. The connection to the server was unsuccessful....
View ArticleIonic will be stable or not?
@emprawoof1 wrote: Hi All, Now a days Ionic team giving the update and stopping some services I am thinking to continue anymore ionic or not ? Kindly give me a suggestion on this. Posts: 1...
View ArticleIos response with status 0 for url null
@Haroun wrote: I use ionic 3 and I consume an API, everything ok with android device and chrome browser after installing allow CORS plugin. But when i build an ios platform, it returns to me :...
View ArticleThe 'object' is not assigned to type 'any[]' can u tell me the error in...
@vijaymanral123 wrote: @component({ selector: ‘page-home’, templateUrl: ‘home.html’ }) export class HomePage { public allMusic =[]; constructor(public navCtrl: NavController, private socalSharing:...
View ArticleSelf-signed certificate https doesnt work in release build
@Vartex05 wrote: In my app i need to make https request to server with self-signed certificate. Problem is, when i build app with --release parameter, it just dont work, because the certificate is...
View ArticleAdd to cart
@dimalepel28443 wrote: Prompt how to implement such a feature: when you click on the price there is a choice of quantity of goods Posts: 1 Participants: 1 Read full topic
View ArticleIonic beginner, error not detect, empty field
@agungstg wrote: hello and have a good day. I just learned ionic lately and l learn this tutorial https://www.youtube.com/watch?v=qs2n_poLarc&t=84s i hope my project will be like this...
View ArticleChange package name without new install
@rashidi wrote: I changed id value in config.xml for change package name. I build my project and install in device. but no update old version. new app installed to device and exist two app of project...
View Article