[Ionic 4] Can't use component
@felipe-ff wrote: I’ve created a generic page that I want to use in 2 other pages, but I can’t use it, when I put the code: <app-listing #listing</app-listing> in one of the pages, it gives...
View Articletags in interpolated text not working
@webroady wrote: I’m working on an Ionic/Angular/Electron motd app. Message text retrieved from a server for display may contain links or other HTML. My question is how to get the links in...
View ArticleCORS Error when running App on Real Device
@bmcgowan94 wrote: Hi guys, Im using a firebase cloud function (code shown below) which basically updates the number of likes on a particular post (its for a social media app). /* this cloud function...
View ArticleExecution failed for task ':app:processDebugResources'. > Failed to execute aapt
@devopsspider wrote: ionic1.png1347×695 37.1 KB ionic2.png1333×695 35.4 KB ionic3.png1319×551 20 KB Posts: 2 Participants: 2 Read full topic
View ArticleIonic4 - Problem with google maps
@JordanoBaluz wrote: I’m new in Ionic and I have started a project using ionic with google maps, but a have some problems. My new code is with some bug i can’t fix or understanding. This is my code:...
View ArticleImplementing a design in Ionic
@codiqa100044809 wrote: Hi everyone, Not to much experience with ionic (and app development) in general but I would love to get a push into the right direction regarding the following question; How...
View ArticleAccessing methods or events in JavaScript/TypeScript/Angular
@bandito wrote: Hi I don’t have an idea how to do this. I always used: @ViewChild('tabs') tabs; .... this.tabs.nativeElement.something ..... But this doesn’t work using any of the ionic components....
View ArticleCannot build for Android with Ionic 4
@claudiocfls wrote: Hi, I’m trying run the command “ionic cordova run android” but I always receive this error: cordova build android shell.js: internal error Error: EPERM: operation not permitted,...
View ArticleShowing blank page in ios
@jai003 wrote: When we come back same page, automatically trigger ionicViewDidLoad method will call in the back page. In that, I used one service call and I’m getting data. But, showing blank page. If...
View ArticleIonic production build :- TypeError: compiler_1.isFormattedError is not a...
@PrinceRajesh wrote: Hii developers, i am trying to make a build using “sudo ionic cordova build android --prod --release” command in ionic 3 project but it returning me an error that is “TypeError:...
View ArticleIon-segment like Andriod Tab
@venkat-chuchu wrote: While I used the segment i did not feel the android tab. Any solution. Kindly suggest Posts: 1 Participants: 1 Read full topic
View ArticleIonic 4 for eCommerce
@sourabhchopade03 wrote: I want to create a new eCommerce application for my organization. So is it good to use Ionic 4(New released) or should i stick to Ionic 3. Please suggest me the version. I am...
View ArticleCreating swipe up modal as in uber
@shubhamvo wrote: I want to create a modal type of thing where in if I swipe a div up than it swipes up and div comes up as in uber. Posts: 1 Participants: 1 Read full topic
View ArticleIonic cordova run android ERROR - NEWBIE
@PratikVaity wrote: Hello, When I run ionic cordova run android I get the following Error… Capture.PNG795×140 6.16 KB Even When I set JAVA_HOME environment variable I am still having this error… Can...
View ArticleIonic 3 screenOrientation.lock not working
@paulbuscano003 wrote: Hi, my screen orientation is not working on android device. modal.ts this.screenOrientation.unlock(); this.screenOrientation.lock(this.screenOrientation.ORIENTATIONS.LANDSCAPE);...
View ArticleHTTP Post in iOS not working
@OmDIonic wrote: HI I am trying for http post request in iOS but its not working and giving error both angular http and ionic http not for POST request in iOS. Error Response is...
View ArticleBest practice Ionic component + javascript custom component
@Nephren wrote: I have a question about best practice about ionic component and custom component. For example with ION-MODAL: _the “Usage” section specify that: <body>...
View ArticleWhen i pass data through navCtrl it show me the data as an object on next page
@FK2193 wrote: my question is after adding patient data and then passing that data as an object on the next page and then when I save that object in the database it gives me an error like this...
View ArticleUnchecking not happen in Ion-checkbox in Ionic4
@venkat-chuchu wrote: In my scenario having checkbox if all checkbox are checked, then ‘any checkbox’ checked by default, that time all the checkbox are unchecked except ‘any checkbox’ but last...
View ArticleCallNumber is not assignable to type Provider
@pdj wrote: I imported in app.module.ts import { CallNumber } from ‘@ionic-native/call-number’; 스크린샷 2019-03-28 19.43.45.png863×163 20.9 KB on node_modules folder, @ionic-native - call-number -...
View Article