Tensorflow in Ionic
I am working on a project where I am using Ionic and TensorFlow for machine learning. I have converted my TensorFlow model to a tensorflowjs model. I have put the model.json file and shard files of...
View ArticleHow does a Ionic Project Source Code looks like? (Examples)
Hi, i recently got a Ionic Angular - Laravel Project and i believe i haven’t got the source code of the apps. As i am a bloody beginner i dont know, how a source of an ionic project looks like. Can...
View ArticleIssue integrating Ionic Auth plugin with Azure AD B2C
we are facing issue connecting to Azure AD from Ionic Angular App using capacitor . we get “TypeError: Cannot read property ‘callback’ of undefined” error when a call is being made using Auth connect...
View ArticleLocal notification sound not working
please help me, i don’t why notification not have sound? this.filePath.resolveNativePath('file://assets/sounds/notifi1.mp3') .then(filePath => { console.log(filePath);...
View ArticleCannot read property 'value' of undefined
i had error on : [innerHTML]="datadetail.data[‘value’] , and my coding as below in page.ts parsing:any ngOnInit() { this.Service.datadetailData$.subscribe((res: any) => { this.parsing=res; console...
View ArticleUpload image to server using Ionic 5
I’ve been trying to upload a image to the server using Ionic 5 without any luck. After taking a image with the camera or selecting a image from the galery, and try to upload it, it returns empty (No...
View ArticleHow to add location tracking in ionic 3 app where in we can add an interval...
I have been given the task to add location tracking in an ionic 3 app.I have checked cordova geolocation plugin , the watchPosition() method works but there is no option to add an interval such that...
View ArticleGlobal custom component
Hey guys, I have a question. I coded a custom component - common navigation bar - cause I would like to use this navigation on all pages, cause it will always be the same (desktop application). I...
View ArticleUsing cordova plugin in Vue app
as the tcp plugin is not yet ‘capacitor’ enabled, I need to use the cordova version. I have it installed. now… how do I reference a cordova plugin in my script? I am missing the understanding of some...
View ArticleCreate new app ionic angular
When I try to create new Ionic app ( ionic start myApp tabs ) with Angular I get this error npm ERR! Unexpected end of JSON input while parsing near '...74dbd","tarball":"htt' npm ERR! A complete log...
View ArticleSketchfab CORS error
Hi, in a Ionic app we would like to permit the user to upload 3D models on Sketchfab. We implemented the Oauth2 login as described in Schetchfab Oauth2 guide about the grant type Authorization Code....
View ArticleProper API docs in tooltip in vscode
I am having trouble pulling up API documentation from within VSCode. I need to jump to the Ionic documentation site everytime I need to understand what a prop does. The tooltip I get by default is...
View ArticleHow to add the "annotate" over the image?
Hello, Using ionic 5, Take a photo or upload a photo from photo library [currently working]. I want to add a button/option to ‘annotate’ the photo and draw on top of it with various colour options Can...
View ArticleGetting "test user" alert
getting “test user” alert. getting random alert like below image on first time app open. does anyone know reason of this?IMG_20201031_1055061064×520 24.8 KB 1 post - 1 participant Read full topic
View ArticleSave QueryParams while switching in between tabs
Hi All, I am trying to save the Query Params on my tabs.html where i have 3 tabs, each tabs opens a different Component but need the queryParams named load_specification_id but as i switch between the...
View ArticleFixed position elements break with ion-refresher
In Safari, an element with position:fixed inside <ion-content> behaves like absolute position - it is placed relative to the ion-content (instead of the viewport) and it scrolls with the...
View ArticleDependency failing: com.google.android.gms:play-services-measurement-api:16.5.0
Hi everyone, I have made an ionic app last year and now I tried to integrate Admob Free plugin but build got error. I tried some solutions suits with this error but still couldn’t have any good...
View ArticleIonic Vue Unit Testing
So…there’s no documentation for ionic vue testing…which is…bad. Just want to write a unit test for my very simple component and check if a method is called. Compoent: <template> <ion-page>...
View ArticleHelp me make ion-datetime's style the same as the Input style
I want to make the ion-datetime to have the same style as the input style to make my design consistent. To be clear, please have a look at the image below. I’ve tried to modify the CSS properties the...
View ArticleEasiest way to Social login like facebook, google in ionic 5
Hi i need to add social login in my app. i cant find full toturial for do that in ionic 5. i need to know social login exactly and step by step. please help me thanks 1 post - 1 participant Read full...
View Article