Ionic 4 ion-select pre select value
I just double checked and it has nothing to do with async data load or not. Even when I used a hard coded variable it still didn’t show the selected value until I clicked on the select, that’s when...
View ArticleApp run slowly after use
I have ionic app.It was writed by ionic3. Firstly , it run very good and fast but after use time, app run slowly and dont use any controller Please help mee !
View ArticleIonic 4 ion-select pre select value
Ok I finally got it to work. I was missing the selectedText attribute. Now it works as expected <ion-select [(ngModel)]="selectedCodeValue" name="selectCode" multiple="false" placeholder="Tap to...
View ArticleIonic 4 ion-select pre select value
1 more thing that I noticed, putting it here if anyone runs into this issue. When it’s a multiselect (multiple=true) and you set [selectedText]=“selectedCodeValue” it will display 1 long string...
View ArticleHow to apply fix of later version ionic to previous version in project
Problem: Run into a ionic bug https://github.com/ionic-team/ionic/issues/12072 in 3.8. However, solution mentioned not work. Fix related released in 4.x and I would like to apply it in current...
View ArticleI am using @ngx-translate for translation but unable to get results
but from when CustomLoader,CustomCompiler(as mentioned in your reference link) will come? I am not getting it
View ArticleI am using @ngx-translate for translation but unable to get results
but from where CustomLoader,CustomCompiler(as mentioned in your reference link) will come? I am not getting it
View ArticleMy app is full of bug on first launch and work normally on 2nd launch
Hi! So I’m trying to export my application on the apple console and I succed to do it but I have a problem: when I launch the app for the first time there are a lot of bugs (buttons not working, tap...
View ArticleHow to disable screenshot and screen recorder in our ionic 3 app?
Hi, I have one ionic v3 application. I need to disable for users have tack screenshot and screen recording video. How to disable that.Please give me a correct solution. Thank you!.
View ArticleAdding "Simple Sharing" to an app?
Hi, If you interested ,Please try Social Sharing plugin in ionic 3.For any more details wants follow the given link. ionicframework.com Ionic Documentation Ionic is the app platform for web...
View ArticleGeolocation Issues
Hi, If you wants please follow and understand then apply given coding. platform.ready().then(() => { this.geolocation.getCurrentPosition({enableHighAccuracy: true}).then((resp) => { this.lat=...
View ArticleSide menu routing error
ERROR Error: Uncaught (in promise): Error: Cannot match any routes. URL Segment: ‘main’ Error: Cannot match any routes. URL Segment: ‘main’.
View ArticleHow to show Native Google Maps inside a Modal?
Thanks man, great solution I just added the following code , Thanks to @purpletentacle ionViewWillLeave() { document.querySelectorAll('._gmaps_cdv_').forEach((node) => {...
View ArticleNo cordova plugin working with ionic-native for ionic3 ios project
Here’s package.json of my project { "name": "HelloWorld", "version": "0.0.1", "author": "Ionic Framework", "homepage": "http://ionicframework.com/", "private": true, "scripts": { "start":...
View ArticleRemove shadow from ion-searchbar (material design)
I didn’t tried, just a question, are you sure the shadow comes from the searchbar? Just had a look to the source of the component...
View ArticleIos 12.1.4 white screen
You already had a look to the Safari’s console output while pairing your iPad with a cable, no errors?
View ArticleIonic cordova run ios - ERROR: unable to load app
Dear maxgaurav Can u share your code to us ? Thanks a lot
View ArticleIonic 3 cordova-plugin-facebook4 - There was an error making the graph call....
can you share how you did this?
View ArticleNavigation arrows on Slider
i get error ERROR in src/app/home/home.page.ts(13,17): error TS2304: Cannot find name ‘Slides’. cna any one help me i use this code on click button to move he next slide export class HomePage {...
View ArticleHow to disable cache on $http.get?
where are you add the tag cache-view=“false” ? (html, css, ts ??)
View Article