Ionic 4 - Why?
max: The change is significant for us at Ionic and with our broader strategy, but for Angular users, it should be pretty small. Nice comment but I fear like most - I am an Ionic developer and never...
View ArticleIonic cordova build android not working (ionic4)
Hi all, I can’t use the command ionic cordova build android, then the error Command not found: ionic-app-scripts comes. The command cordova build android works but then is my question, is that the...
View ArticleHow to Speedup Ionic3 Sidemenu Application
sakthibro: 14-16 seconds to load . is it normal loading time ??? I do not think so. What version of ionic are you using?
View ArticleHow to Speedup Ionic3 Sidemenu Application
IONIC 3 Project : school parent app Normal Loading Time - 20s Style : Sidemenu with 10 Pages and 3 providers and 2 native plugin Please give tips for speed up . I am using lazyload also Download APK...
View ArticleIonic 3 how to seperate sort array
Hi, I need separate descending results for points and rebounds in one API call. please see below my codes....
View ArticlePlatform resize event doesn't fire
Hello In ionic v4 i need to use the platform’s resize event. After the platform ready event i have subscribed the resize event.When the device orientation changed/screen size resized i want the event...
View ArticleIonic 3 how to seperate sort array
Try the following: //sort api to points this.points = JSON.parse(JSON.stringify(this.dataLeaders)); let pointsL = this.points.sort(function(a, b) { return parseInt(b.sPoints) - parseInt(a.sPoints); });
View ArticleHttp native header not sending
I am developing an app with HTTP. I want to send the data with headers. Data is successfully sending without header. I am used the steps in Ionic Framework Ionic Framework Ionic is the app platform...
View ArticleWhite Background Shows when keyboard closes on android platform
Hello Please i got a problem, how do i get to fix the noticeable white space which displays for about some miliseconds after keyboard closes in ionic
View ArticleIonic 3 how to seperate sort array
JAR19: //sort api to points this.points = JSON.parse(JSON.stringify(this.dataLeaders)); let pointsL = this.points.sort(function(a, b) { return parseInt(b.sPoints) - parseInt(a.sPoints); }); @JAR19...
View ArticleIonic cordova resources not working, 503 error
We are experiencing the very same issues our side. Seems like Ionic is having issues.
View ArticleHow to Speedup Ionic3 Sidemenu Application
I’m developing an APP with 60+ pages, 40+ providers, 10+plugins and it is loading in 4-5 seconds. Probably the problem is in your code. You may be doing too many actions during initialization or the...
View ArticleIonic 3 how to seperate sort array
Glad to help - but be careful - I use the Json.parse/stringify in my code but some times it keeps a reference to the base data - A better solution might be to use angular.copy() which does a deep copy...
View ArticleSlide swiper progressbar bottom
I try to display the slide’s swiper, type progressbar, at the bottom of the slides Sofar I couldn’t achieve it, I tried div.swiper-pagination.swiper-pagination-progressbar { top: inherit; bottom: 0; }...
View ArticleCan't insert youtube videos
Hello guys, since WKWebView enforces CORS, I can’t insert YouTube videos in my App because Youtube doesn’t allow Access-Control-Allow-Origin. I get the following error when trying to play a video:...
View ArticleIonic cli generating pages without module
Hello. if eager loading -> No. if lazy loading -> Yes. Best regards, anna-liebt
View ArticleIon-segment issues
In my case segment doesn’t work when I use my Ionic App into an Electron page. When I click on a segment it doesn’t show the data of the chosen segment. It was working just until some day ago, an...
View ArticleSlide swiper progressbar bottom
I opened a feature request https://github.com/ionic-team/ionic/issues/14984
View Article