Ionic 4, write file to android device
No error, I use console.log("after writeFile!’) and said the message, but the file is not found in the device.
View ArticleIonic 4 http call not working on real device, but works on browser
recently i am update my ionic 3 app to ionic 4, everthing working perfect on laptop and my old app, but when i install ionic 4 version of my app on real device, showing [Error] Origin...
View ArticleHow to change the font size of "tabTitle"
I want to change the size of tab title of my app.can some one help me to make.
View ArticleHow to change the font size of "tabTitle"
in your app.scss file you can override variables (https://ionicframework.com/docs/v3/theming/overriding-ionic-variables/) $tabs-ios-tab-font-size $tabs-md-tab-font-size $tabs-md-tab-font-size-active
View ArticleHow to change the font size of "tabTitle"
neilbo21: $tabs-ios-tab-font-size $tabs-md-tab-font-size $tabs-md-tab-font-size-active Thank you, it works for me
View ArticleWhich library to use for Google Map?
Capacitor allows you to access the Native UI and is the future with Ionic (Since it’s developed by them). So you can stick with Cordova or go to Capacitor. Either way, I assume you are using one of...
View ArticleIonic 4 http call not working on real device, but works on browser
problem solve, i am following the tutorial here https://ionicframework.com/docs/faq/cors and i add Header set Access-Control-Allow-Origin "*" inside of htaccess on server.
View ArticleIonic3 + Firebase phone auth on iOS
In case you haven’t resolved this, this should help… window.FirebasePlugin.verifyPhoneNumber(phonenumber, 60, (credential)=> { if (credential.verificationId) env.verificationId =...
View ArticleCompile error: violates the following Content Security Policy directive
Hi There I am getting a strange error on ionic serve: Failed to compile Refused to load the image ‘http://localhost:8101/favicon.ico’ because it violates the following Content Security Policy...
View ArticleGet frame from camera
How to get a frame with ionic 4 when the camera is previewing, without capture still picture?
View ArticleIon-text-wrap doesn't work
Silly of me! I was using label in label <ion-label class="ion-text-wrap"> <ion-label [routerLink]="['/', 'posts', post.url]">{{post.title}}</ion-label> </ion-label> so i...
View ArticleIonic 4 - PWA and Native Camera Plugin Help
Hi, I am building a PWA and I am trying to get my head around Ionic Camera and the platform support. In the link below, it states browser is supported. Does that mean I can build a PWA app and access...
View ArticleNetwork detection
I still looking for a solution, my readings take me at this question : what is the version of network should i use ? here is what i have actually : “@ionic-native/core”: “5.0.0-beta.21”,...
View ArticleError: Could not find com.android.support:support-core-ui:26.1.0
I try that and it’s work for me only go to ProjectFOLDER : \platforms\android\project.properties and change target=android-28 to target=android-26
View ArticleUsing Google Vision Api with Ionic v4
Hello, I have a project for my school and currently I can take a picture to send to the Vision api, but i couldn’t made the connection for sending the picture to the Vision. Any ideas to how to do it?
View ArticleIonic 4, write file to android device
Have you looked into the directory of cordova.file.externalApplicationStorageDirectory?
View ArticleHighcharts Date Range Grouping
Hi, am using highcharts to display some data and i want to implement date range grouping by allowing users to switch between weeks, months and years. I have checked the highcharts plugin for this....
View ArticleIssues when create a live apk build
Hello All, when i execute this command "ionic cordova run android --device - Run Live" this error is happen : The platform “-” does not appear to have been added to this project. and solve for this...
View ArticleBuild Error : com.google.android.gms:play-services-measurement-base
Im trying to build an apk with: ionic cordova build android > The library com.google.android.gms:play-services-measurement-base is being requested by various other libraries at [[16.5.0,16.5.0],...
View ArticlePass data using keyup.enter
i made a search bar in main.html like this. <ion-searchbar #q [(ngModel)]="searchQuery" (keyup.enter)="gameName(q.value)"></ion-searchbar> and this is my main.ts gameName( q: string ) {...
View Article