How to find if pointerMove was stopped?
@Hanif79 wrote: Hi there, I have an ionic range component in my page and I call a method on pointerMove event. I stop that method on pointerUp. But the problem is that if a user move the range slider...
View ArticleHow to use cordova-plugin-ble-peripheral in ionic 3?
@laaaaanceeee wrote: A bit of an introduction here. I’ve tried the ionic native BLE, it worked and was able to scan my devices. So after that, I tried to create its counterpart, the peripheral. I...
View ArticlePlugins not getting installed during ionic platform add
@Blast07 wrote: Hi, i’ve been dealing with a problem that it’s killing me right know(i have to finish a final project very soon) So, everytime i run ionic cordova platform add android, most of my...
View ArticleShow Scrollbar in Alert in ionic-v4
@anupzone wrote: How to show scroll bar on alert in ionic v4? Posts: 1 Participants: 1 Read full topic
View ArticleSignalR is working fine in one app and unable to work in another app
@Jerry29 wrote: Hi Everyone, I am facing a strange issue. I have 2 ionic apps. I have implemented SignalR in both application. Now the issue is it is working in one app and unable to work in another...
View ArticleHttp request don't work in apk file
@tnase wrote: when I run my code on the browser it works fine with the server responses but when I generate the apk no response from the server and I can not even read the images store in the assets /...
View ArticleThe key hash does not match any stored keys error
@svrle12 wrote: I am making a simple app in Ionic that can log in using facebook. I launched it on my android device and got the following error: Invalid key hash. The key hash +plv…rmg4= does not...
View ArticleHttp post request don't work in ionic3 with node.js
@hakan07 wrote: I want to create a simple registration form in ionic v3. But I’m getting this error; POST http://localhost:8100/null 404 (Not Found) ERROR Response {_body: “↵↵↵<meta...
View ArticleHow to disable side menu in ionic 4?
@abhijitmabhi wrote: I am using, this.menuCtrl.swipeEnable(false); for ionic 3 app. This works fine for disabling the side menu. But, it doesn’t work for ionic 4! Below is my ionic 4 code sample:...
View ArticleIonic cordova build android gives an error
@ozairnaeem123 wrote: Hi, I was working on an ionic project but I’m facing an issue while generating its android apk. I have built an apk of it many times. And I usually make a backup of my project...
View ArticleBuild Failed For iOS
@koreos wrote: I am getting below exception while running ionic cordova build ios. The same project is working fine for Android. I am able to generate signed apk. 1.png2750x1404 549 KB Posts: 1...
View ArticleLaunchNavigator Error in Beta version
@Rhyck wrote: So I just created a brand new ionic project without adding anything else but LauchNavigator using the spteps provided here: https://beta.ionicframework.com/docs/native/launch-navigator....
View ArticleSass define rgba color
@timsar wrote: my tabs icon has default opacity 0.7 i was trying to set opacity by sass variable but i got error: overloaded function 'rgba' give wrong number of arguments $colors: ( primary: rgb(254,...
View ArticleHow to use loop inside AlertController
@ziaionic wrote: Hello friends I need the bellow code to work, but it says alert.addInput() expects one argument but got two. please suggest me if any other solutions are there. openVariant() { let...
View ArticleImage preview not available using fileuri
@chakradharsw wrote: Hi, I want to preview the image which is captured . I am not able to get the preview of the image bay using fileuri, any suggestion… Below my code capturePicture(){ const option:...
View ArticleCounter in second *ngFor
@yamik85 wrote: Hi, <ion-col col-1 *ngFor="let day of wvdaysInThisWeek"> {{day.DayNr}} <span *ngFor="let event of appEvents | async index as i"> <span *ngIf="(event.day) ==...
View ArticleBuilding apka with ionic cordova build android but geeting error
@vishal14 wrote: Almost 5 hours I am searching for a solution but no luck , when I run ionic cordova build android I getting this below error message. i have already install java sdk and android...
View ArticleSet scroll position to top of page (when changing displayed div)
@glu wrote: On my single-page app when I change from a div to another div (with different contents) using ngSwitch, the scroll position stays the same - so when the new div appears, the position is...
View ArticleLocalstorage get item gets previous value
@hakan07 wrote: I am using localStorage.getItem/setItem, for jwt authentication.But i have a problem… getItem always returns the previous value… My code is here… auth.service.ts...
View ArticleUsing a Custom Webpack configuration in an Ionic 4 Application
@matthew974 wrote: Customizing a Webpack configuration can be quite tough. In this tutorial, we will see what is Angular 6 new builder/schema mechanism and how we can use it to make our own sauce with...
View Article