Ionic 4 run on IOS
@oliverandersen wrote: I have been building an app using Ionic 4 and capacitor - all works great when running locally. Instructions However when i try and run it in xcode (following the instructions),...
View ArticlecordovaDatePicker troubles
@hethcox wrote: I know the cordovaDatePicker has lots of issues, but what I’m seeing is probably something I’m messing up. The document “deviceready” event never fires and I’ve tried a lot of...
View ArticleGet file size
@gsoulie wrote: Hi every body, Today i’m trying to get the size of a file which is located in my app folder. I tried to use window.resolveLocalFileSystemURL(myFileCompleteURL, function(fileEntry) {...
View ArticleBuild stops at "lint finished" after updating to Mojave
@ChristianStr wrote: Hey, I lately updated my macOS to Mojave. After doing this my build stopped after “lint finished” was called. I am building with: ionic cordova build ios --...
View ArticleIonic 4 ion-searchbar and FormControl error
@werewolfe wrote: I am getting an error when binding FormControl to an ion-searchbar in Ionic 4. This used to work in v3. This is an Ionic/Angular project Here is the ERROR: <ion-searchbar [ERROR...
View ArticleCannot removing file in ios using native path in native file plugin
@bhardakishan wrote: Hello everyone, I have native path like file:///var/mobile/Media/DCIM/100APPLE/IMG_0044.PNG. Now when I trying to remove that file using ionic native...
View ArticleIonic 4 router transition
@oliverandersen wrote: Ionic 4 is adding some odd transitions to my application when using the angular router. As the back navigation is started, the toolbar from the page below it - tabs - turns...
View ArticleProblem with gradle
@jeffersonryu wrote: please help error generar apk.png642x699 12.1 KB Posts: 1 Participants: 1 Read full topic
View ArticleAndroid 8.1/8.0 parse error
@WebmasterCNEM wrote: Hi, I’m developping a app with ionic 3. I have done a release, wich works on android 6.0 but when I try to install it to a android 8.0 device, I get a parse error… I don’t know...
View ArticleIonic native google maps: maps can't loaded
@elwanta wrote: Hi, i had a problem when i load the maps. i have tried to print the “mapOptions” and “this.map” on console and there are no error, but the map still can’t loaded. anyone can help me?...
View ArticleIon button and searchbar in toolbar
@syfqpie wrote: Hi. I need help. I’m creating a searchbar on top of a page. And i want to add a refresh button beside the searchbar. My problem is I cannot place the button beside the searchbar. I...
View ArticleGoogle maps native not showing
@7wins wrote: Hello, yesterday i`m build with ionic cordova build android, and work. But, today, i build again, google maps not showing. I dont know why, Please help. Lokasi.ts import { Component }...
View ArticleNavigating through ionic v3 pages without pushing and popping
@ssyedmo wrote: Hi, I have a scenario where In i consider i have pushed 6 ionic pages on the stack. I wanted to move in across the pages without pushing or popping it… Any ideas please suggest. Thanks...
View ArticleHow is Ionic components available in a Lazy loaded Page?
@rajeevriitm wrote: I have a basic question on lazy loaded bundles. Whenever a component or directive is imported in a Lazy loaded page it is part of that module bundle for it to work. But I do not...
View ArticleWhy cannot read property 'asdasd' of undefined?
@mafro wrote: hi everone why cannot read property. ı not know my js code buttonIslev(id){ console.log(this.koltukSay); if(!this.koltukSay[id].kid){ this.koltukSay[id]=Array("kid",id); } thanks Posts:...
View ArticleHow to clear custom or specific storage?
@tejveersingh wrote: I am using custom storage for cart, wishlist and so on. I need to clear specific storage “wishlist”.How to achieve that? storage.clear(); seems to clear all storage. Posts: 1...
View ArticleReactive Form example in ionic 4
@asha4640 wrote: I need a reactive form having two text boxes and its values will be alert on a form submission Posts: 1 Participants: 1 Read full topic
View ArticleHow to Change height of ion-tabbar
@suyogN wrote: I was tried to increase the height of ion-tabbar but it couldn’t changeable just because of shadow-root. There didn’t get any css4 (-- double hyphen) property. I found another solution...
View ArticleIonic pwa : i am looking for doc
@loly wrote: Hello everyone i am new to ionic i was leaning react native but i found ionic supporting progressive web apps i said way not , so start by looking into this link...
View ArticleHow to dismiss loading after gmpas ready?
@7wins wrote: Loading never stop, whereas gmpas native is ready. here my code . lokasi.ts timport { Component } from '@angular/core'; import { IonicPage, NavController, NavParams,...
View Article