Wifi Manager ios issue
@developer_med wrote: Hi guys, please i'm working on an application with ionic and i want to implement wifi manager's operations (connect, disconnect) i found some plugins for that but they didn't...
View ArticlePushing data to a single object instance
@mpreyes wrote: First time building an Ionic 2 app and I was looking for some advice. For simplicity's sake, I have created a project in which I will implement on a bigger scale in my real project. I...
View ArticleGetting “Your device isn't compatible with this version” on Galaxy S8
@MatTaNg wrote: I recently released my app to an Alpha group on Google Play but I keep getting the error "Your device isn't compatible with this version" on my Galaxy S8. This is an Ionic app so here...
View Article'ionic cordova resources' fails on iOS
@skydive wrote: 'ionic cordova resources' fails on iOS with the following error: Error: encountered bad status code (400) for https://res.ionic.io/api/v1/transform body: {"Error":"source image 48x48...
View ArticleIonic 3 Facebook api - not working
@philipfwilson wrote: I seem to be having an issue with native plugins. logPath: /Users/philipwilson/workspace/ionic/test2/platforms/ios/cordova/console.log [21:12:05] console.log: Angular is running...
View ArticleWindow.connection is not working in controllers why?
@2909sanjay wrote: Hello guyz I am using this code in .run function and its working but when I place the same code in controllers it says window.connection does not exists why??? //Network Code if...
View ArticleHow to manager header buttons
@aditya_1027 wrote: Hello, I am having some issue managing header buttons. Check the below image and help to manage these buttons to show in one line. Screenshot_2017-07-17-10-04-06.png720x1280 24.2...
View ArticleSorting Array Issue
@Arunpkumar1991 wrote: I am sorting array with functionsortArray(x){ if(x == 'Hour'){ this.temp_bitcoin = this.bitcoinData.sort((a: any, b: any) => { return b['percent_change_1h'] -...
View ArticleHow to add n-th child class using *ngFor with ionic2,angular2
@anivaishu wrote: I have an array for product. I am displaying product with grid view. Here is my code <ion-row *ngFor="let i of rows" #myElem> <ion-col class="productlist" col-6 *ngFor="let...
View ArticleRouting link and Missing module.ts in generating pages for lazy loading
@amalk wrote: Hi, I am having problems in routing pages in ionic 3 by lazy loading because i cant find module.ts file in newly created pages,If i want lazy loading then i have to manualy create...
View ArticleSplash screen first time only
@santhosh50 wrote: SplashShowOnlyFirstTime i have set it as true but it is not working Posts: 1 Participants: 1 Read full topic
View ArticleSend signature from signature pad Ionic 3
@Poseyyy wrote: I want to send my signature in an email but I don't manage to do it Here's my code : import { Component, ViewChild } from '@angular/core'; import { NavController} from 'ionic-angular';...
View ArticleLogin social button
@speedflyer wrote: Hello hello, I have a quick question to ask you.Do you know if we are obliged to use the official signin button for each media?In fact I am using basics ionic buttons with the icon...
View ArticleInterface 'action-sheet' or 'popover' is not worked for
@Umesh_Bhosale wrote: hello guys, I am using the interface 'action-sheet' or 'popover' is not worked for component but its seems not applied to the component. I have updated to 3.5.0. Please help!...
View ArticleError occurred while loading plugins. CLI functionality may be limited
@dinesh_bhoir wrote: $ ionic cordova build android[ERROR] Error occurred while loading plugins. CLI functionality may be limited. Checking for CLI updates now...PLUGIN_NOT_INSTALLED[ERROR] No updates...
View ArticleIonic ANDROID_HOME is set but still getting errors
@faizan1041 wrote: I'm new to Hybrid App Development, since a few days I have been fighting with how to build my Ionic App's APK file. I have tried ionic cordova build --release android as suggested...
View ArticleHow to put two radio inputs in alert?
@stewchicken wrote: below code works perfect, but i need add another radio input for delivery (standard delievery, express delievery), how to add this radio input into the alert? any hints will be...
View ArticleUse Hammer.js regardless
@cedche99 wrote: Hello, I am designing an application with ionic in which I added in the folder "assets" library Hammer.js then a file ".js" in which I have implemented actions with this library....
View ArticleAngular 2 Calendar
@abhisheklamrood wrote: Hi,I am using this calendar plugin https://github.com/mattlewis92/angular-calendar which works perfectly on Android platform. While looking for the examples, I found that this...
View ArticleData clone error
@fayiz wrote: I am trying to store array of data in storage, but in i'm getting these errors, please get me some solutionERROR Error: Uncaught (in promise): DataCloneError: Failed to execute 'put' on...
View Article