How to save the new reordered items list back to server?
@yasirpanjsheri wrote: I guess the question title is self explanatory... I am trying to understand the logic implemented in the server-side (I am using loopBack). In the mobile app I am using...
View ArticleError: Cannot find module
@BlackSilence wrote: Hi guys I'm new with using Ionic but I've been coping well so far. The error below shows when I try to run Ionic serve on the project ,I am not able to even run Ionic info, in...
View ArticleNative audio error message
@Cankaya wrote: Hi this.platform.ready().then(() => { this.nativeAudio.preloadComplex(this.merhaba,this.merhaba, 1, 1, 0) .then(() => {this.nativeAudio.play(this.merhaba);});...
View ArticleWhich CSS unit should I use for Ionic3 app?
@HugoHeneault wrote: I'm just starting a new app on Ionic3, and I'm wondering about the best CSS unit to use (px, em, rem) for responsive use (and to handle some user choosing manually their system...
View ArticleClipboard and Local Notifications plugins not working
@iSkyDive wrote: Hello everyone ! I started Ionic v2 a week ago and I now need to use the clipboard plugin (https://ionicframework.com/docs/native/clipboard/) and the Local notifications plugin...
View ArticleHow to make my application read codes line by line or wait until execute some...
@_Ali94 wrote: Hello guys When I run my application, the codes didn't execute the lines of my code line by line For example: in the first lines of function I defined some variablesin the end of...
View ArticleForce page caching
@hsyco wrote: Hi,I have a page with an iframe inside. I don't want the iframe to reload its content everytime I change the page, but since the page is not cached, it's removed from the DOM on page...
View ArticleStreaming media plugin not working on ios
@aboelhaithem wrote: I created a live streaming app, i used the streaming media plugin for playing the videos and it works well on android but it doesn't work on iOS.The video player open successfully...
View ArticleIonic P2P app or connected through webserver
@rafaeldcastro wrote: I'm developing an app where users can gather on a room and use P2P interactions with Wifi Using the app, one of the users (master) will send to the others a message, but its more...
View ArticleHow to dynamically change the color of ion-tabs
@rashmi1995 wrote: Hi, I like to know how to change the color of the ion-tab only in the active state.By using the color code from the JSON response. Posts: 1 Participants: 1 Read full topic
View ArticlePermissions for geolocation access
@Bonsaiko wrote: Hello,I'm using geolocation in my app. For some reason, when I launch the app, I'm not asked anything, and if geolocation access wasn't authorized, then the app doesn't work as it...
View ArticleRight way to Reuse/Integrate Angular 4 Component(that uses jQuery plugin)...
@mahmoudrabie wrote: Hello Experts Given- Angular 4 project has a component using jQuery plugin. Its dependencies are all in .angular-cli.json Required:What are the steps to Reuse/Integrate Angular 4...
View ArticleFailed to load module.js.map on ios
@Zahema wrote: I am new to ionic (2) . I created a very simple application, few pages and a web services.It works fine on android 6, but some pages wont open on ios (tested on 8 & 9).and here is...
View ArticleHow Ionic Application Works?How about security in ionic applications?
@Madhi wrote: How Ionic Application Works?How about security in ionic applications? I gonna build a Ticket reservation system using ionic? So first i want to know how Ionic applications works and...
View ArticleFree Course: Ionic 3 and Firebase
@PaulHalliday wrote: Hello, My name is Paul Halliday and I'm the author of Learn Ionic 3 From Scratch. I've just released a new completely free course which looks at a CRUD application with Ionic 3...
View ArticleSecurity, SSL Pinning in Mobile
@theblue222 wrote: I've found two solutions for SSL pinning in ionic mobile apps (https://github.com/EddyVerbruggen/SSLCertificateChecker-PhoneGap-Plugin and https://github.com/wymsee/cordova-HTTP)...
View ArticleHow should I handle Observable.Subscribe/unSubscribe and navigation?
@Sulot wrote: Hi, I am coming from Angular 4 and I am trying to undertand navigation with ionic. On Angular if I go from comp A to B, all variables within the A comp will be detroyed unless I have a...
View ArticleUpdate/Display ion-select when property is not undefined
@elseCartan wrote: Hello everybody,i have to find a way to update my ion-select filling it with options coming from a property when data is arrived from a web service. I'm doing this but it doesn't...
View ArticleIOS 9.2.1 issues with ionic3
@mohamedfekry wrote: HI, i have ionic3 application but has a lot of issues with ios 9.2.1 any solutions? EX: ngIf not working and popover not filled with the data Posts: 1 Participants: 1 Read full...
View Article{{post.date}} shows wrong timezone on IOS
@theliosc wrote: Hey Guys, I hope you can help me with the issue below. I am grabbing wordpress posts into the app with Wordpress API. I use this for grabbing the post date: {{post.date | date: 'MMM...
View Article