Ionic Nativestorage getvalue fails when app continuosly restarts
@vibinflogesoft wrote: Hi, Iam using native storage setvalue for storing my customerid in my application.Some times app fails to access customerid(get value method) from storage evenif the customer is...
View ArticleImages slider
@Quleiss wrote: Hi, I got this error i m also add the code of my project of .html file Home </ion-row> </ion-grid> </ion-slides> <ion-list> <ion-item > </ion-item>...
View ArticleIon-input model is not working when building for --prod
@champion007 wrote: Hi Folks, seeing weird issue when build for prod - ionic cordova build android --prod , works fine when building to dev mode. ionic info below - @ionic/cli-utils : 1.19.1 ionic...
View ArticleIs it possible
@flycoders_sourav wrote: I want to making an app that deletes my number from other people’s phones!" Posts: 1 Participants: 1 Read full topic
View ArticleI want to make an app face detection app
@flycoders_sourav wrote: I want to make an app face detection app. how can i start please give me some suggestion Posts: 2 Participants: 2 Read full topic
View ArticleCSS background image from database in ionic
@Faizyfaazz wrote: In my ionic project, i want to set a background image of . image from the database. I used now like this <img src="data:image/png;base64,{{slide.offerImage}}"> But I want to...
View ArticleAfter installation of nodejs,npm ,ionic ,cordova ...ionic commands dont...
@Abimaxx wrote: npm.jpg1366x768 153 KB ionic commands never execute…nothing happens no errors…nothing…can someone help me?? Posts: 1 Participants: 1 Read full topic
View ArticleDoesn't work HttpService at android version 5.1.1
@thuraaung wrote: I found that ionic 2 doesn’t work HttpService at only android version 5.1.1 phone. I found this issue in 5 phones. Please help why? Thanks. Posts: 1 Participants: 1 Read full topic
View ArticleVertical PANMOVE is not recognized
@mburger81 wrote: We try to do a DRAG & DROP behavior for what we registered PRESS and PANMOVE listener to HAMMER.JS, like this this.hammer = new window['Hammer'](this.srcElement);...
View ArticleHow to fetch data from provider to app.component.ts
@wandie wrote: i have working code and providers are running well in other pages but not in app.component how can i make the data be fetched in app.component.ts from the weatherprovider this is my...
View ArticlePWA related questions
@dalu wrote: So PWA are all the rage. And yesterday’s stream was essentially what I’ve expected, marketing babble. Some key questions remain unaddressed: Monetization via ads On websites there’s...
View ArticleGet value from option
@almufadhdhal wrote: this is my view <ion-item> <ion-label floating style="color:red">Shipping Address</ion-label> <ion-select [(ngModel)]="data.office_code" name="office_code"...
View ArticleProblem with calling database/plugins before they are initialized
@Vartex05 wrote: Hi, i want to ask, if there is any reliable solution, to check if plugins that iam calling are already initialized, so i do not run into error at startup of the app? For example i...
View ArticleSet background-image by variable
@dipankar123 wrote: hi guys, I have one question, can i set div background-image using variable/data-binding i have tried these code bellow but not working, please help <div class="background"...
View ArticleHow to access value of the input box surrounded by ion-input directive
@sivakumartskl wrote: I am new to Ionic. I am using Ionic framework 3. My problem is that I don’t know how to access the input value which is surrounded by ion-input directive. I want to access the...
View ArticleHsuanXyz/ion2-calendar - ion-calendar is not a known element outside of src/app
@jhonatas-rosendo wrote: Hello. I’ve installed https://github.com/HsuanXyz/ion2-calendar and imported it on app.modules as described. The problem is I’m only able to use component in the app/app.html...
View ArticleBugsnag integration
@christophesopheos wrote: Hi, I would like to track my errors with Bugsnag. It’s work fine with ionic serve and with run android. But when i build and install apk or with play store, it’s not working...
View ArticleIon-select behave like web browser
@aec4444 wrote: I am writing an application that is to work on the web browser (even on desktops) along with mobile devices. I would like to use ion-item to lay my items out as I like the way it...
View ArticleOpen view over modal
@leander wrote: I have a mobile app where the user needs to re-login after some time for security reasons. The thing is that the content that was open in the background needs to stay there, and open...
View ArticleCall function without a event?
@antomanzur wrote: Hello, i need to call a function without an event. In each item of the ngFor i need to call function “Detalles” with the param “Item”. How i can do this?.Thanks for the time...
View Article