Wheel selector inside content
At the moment, no. The current picker implementation is not set up for this. But it’s been discussed before and there’s an open issue regarding it.
View ArticleHide scroll bar
How do I hide the scroll bar in the browser? Screen Shot 2020-03-25 at 10.32.56 PM2036×1478 199 KB
View Article"Type 'HealthOriginal' is not a constructor function type." when extending...
I’m following these instructions on how to mock native-plugins. Trying this leads to the error in the title. I am using Ionic 5. Has the way to mock native plugins changed dramatically?
View ArticleQuestion regarding the Ionic Natvie Printer
Hi all, I’m utilising the ionic native printer. I’ve got a modal with some styled content (external SCSS file) and 2 images in here. When i use the printer plugin like:...
View ArticleModal: ERROR Error: Uncaught (in promise): overlay does not exist
Hi All, I have tried to find a solution to a common problem which i have realised a few people have had regarding the dismiss of the modal. As for my modal structure, i have a page which calls a modal...
View ArticleIonic 4 angular 8 strange issue with reactive forms
I don’t know why but I changed code from this.afauth.auth.onAuthStateChanged(async user =>{ if(user) { this.router.navigate(['details']) } }) to this.afauth.authState.subscribe(user =>{ if(user)...
View ArticleWheel selector inside content
mhartington: But it’s been discussed before and there’s an open issue regarding it. Ok I think that issue is here: https://github.com/ionic-team/ionic-docs/issues/711
View ArticleWheel selector inside content
Mmm, no that’s not the issue. github.com/ionic-team/ionic feat: decoupling datetime picker from ion-datetime input opened 11:17AM - 13 Oct 19 UTC kerosin Feature Request Ionic version: [x] 4.x...
View Article"Type 'HealthOriginal' is not a constructor function type." when extending...
Mmm, probably, I haven’t used native-mocks to be honest, what have you tried so far? Can you share some code please.
View ArticleArray of Array
Hello, I´m beginner at Ionic and I´m doing an app. I need 4 arrays in array and I have this code: tudo = { divisao: [], figura: [], tempo: [], quantidade: [] } And this give me a error, what I should...
View ArticleQuestion regarding the Ionic Natvie Printer
I’d suggest looking at the original plugin doc to get a better sense of how to do this. GitHub katzer/cordova-plugin-printer Print HTML documents. Contribute to katzer/cordova-plugin-printer...
View ArticleGesture Ionic 4
Blazing fast click event can be achieved with <ion-button (touchstart)="startTime()">
View Article"Type 'HealthOriginal' is not a constructor function type." when extending...
Honestly? Not much. I’m using the mock to test with Jasmine, instancing the mock class directly instead of providing, during the tests. Instead of extending from Health, I CAN extend HealthOriginal....
View ArticleQuestion regarding the Ionic Natvie Printer
Yeah I have - I’ve noticed it works fine with normal img tags but not IonImg tags. I’ll get another look now.
View ArticleQR Scan not working
Hello, everyone. I am new to ionic native and building the qr-scan page now. Actually I followed https://ionicframework.com/docs/native/qr-scanner here is my code snippets, qr-scanner.page.ts import {...
View ArticleIonic 4: HttpClient is giving me a “http error response 0 unknown error”
I changed to HTTPS but still is giving me the same error
View ArticleIonic 4: HttpClient is giving me a “http error response 0 unknown error”
Maybe you dont have correct CORS Headers here like described here https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS Which is your backend api framework ?
View ArticleHaw do i change the font size of all pages using ion-range in ionic 4
I found the solution, I post here if it can help someone home.component.html <ion-grid> <ion-row> <ion-col size-sm="6" offset-sm="3"> <ion-item> <ion-icon slot="start"...
View ArticleIonic 4: HttpClient is giving me a “http error response 0 unknown error”
i am working with AWS, the endpoint is created in amazon. This how created the header: this.httpOptions = { headers: new HttpHeaders( { 'Authorization': this.tobas64string }) }
View Article