Extracting imports of frequently used modules in a shared module
Hi guys, Today I’ve read a lot about shared modules in Angular-based applications. I think I unterstand the concept (put components and pipes that are frequently used together in one shared module and...
View ArticleIonic PSPDFKit how to save annotations
Hello I am developing an application with ionic and I would like the user to be able to open a pdf (i use PSPDFKit plugin) and make the annotations there. for the moment, I can open the pdf and make...
View ArticleIonic 6 ionViewWillEnter cannot read property 0 of undefined
My Environemtn node: v14.15.5 npm: 6.14.11 angular: 11.2.0 ionic: 6.13.1 I am learning ionic. So i have added data to an array declared in a service. When i go back to the lists page, ngOnInit will...
View ArticleForm not working in ionic react
I am trying to use form with ionic react…but on submit it is only sending the initial values, not changing…the values, what to do in this scenario…please help me regarding this…here is my code… also...
View ArticleIonic to apk
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) 1 post - 1 participant Read full topic
View ArticleBlank screen after splash screen when running tabs project
Hi everyone. I am developing an application with ionic and i am using tabs project. The problem is after the splash screen end’s loading the app stuck with a blank white screen for at least 2 seconds...
View ArticleChunkLoadError in only Safari
I’m using ThreeJS in Angular. Last week I compiled my code and upload the latest version of app to server then I faced the errors below on Mac and iPhone. SyntaxError: Left hand side of operator '='...
View ArticleError: Error code 65 for command: xcodebuild with args:
Hi all, Getting Error: Error code 65 for command: xcodebuild with args: while running the command “ionic cordova build ios – --buildFlag=”-UseModernBuildSystem=0" Ionic Info cli packages:...
View ArticleResource is getting load in project even after successful build
Hi all, iOS is successful build happened but Resource folder is not get copied in app Logs CodeSign build/emulator/Test.app cd /Users/pramodkumar/Desktop/Test/platforms/ios export...
View ArticleCustom plugin is not recognizing in ionic 5 project
I have custom plugin and we added the plugin to ionic5 project with following steps: cordova plugin add custom-plugin then: we are calling the interface of custom-plugin in homepage.ts with following...
View ArticleBehaviorsubject not updating variable
A parent component contains a header component and content component. The header calls a behaviorsubject service to set a variable, and the content one should display the variable. This isn’t working...
View ArticleDouble IonHeader in starters
I noticed that everytime i start a project (blank, or tab r any other) the scaffolded page got header two times with the same content something like: <IonPage>...
View ArticleIon-item make background transparent
I am trying to have a toolbar and also ion-items transparent with the toolbar I have managed to make it transparent but from some reason with ion item is different I am using ionic 5 and I have tried...
View ArticleIon-input autocomplete address not working
This works when running in a web browser but not on Android as a mobile app. Any ideas why? I have autofill settings saved in google chrome but it does not suggest them. Note: I am not talking about...
View ArticleGeolocation.getCurrentPosition() not firing
Using Ionic 6, Angular, Capacitor. Fails on a real physical device and the emulator, both. At one point in time, I was able to getCurrentPosition(), but something changed and I no longer can. Created...
View ArticleIonItem router-link-active
I’ve been trying for over an hour without any progress. What am I missing when trying to get an active class on a navigation menu item? <ion-item button :router-link="item.link"...
View ArticleDeep Links integration with Vue
Hi, I’m trying to implementing Deep Links with my Ionic Vue.js app. I have followed the documentation here Capacitor - build cross platform apps with the web but still doesn’t work. Maybe anyone could...
View ArticleUse background geolocation in ionic vue
Hi guys, how could I correctly use the background geolocation plugin in an ionic vue app? I am developing an app for dispatchers and I need that when starting the route it can be registered, but I...
View ArticleParams doesn't show up when navigating to route but shows up when loading the...
I have used both useParams approach from react-router-dom and also the RouteComponentProps. But the params doesn’t show up when I navigate to the page but when I reload of the page or got the page...
View ArticleHow to proper debug Ionic Vue in Chrome and VS Code
Hi, i created a new app using ionic start foo blank --type vue. After serving it using ionic serve I try to debug it using Chrome, and i can’t figure out the proper way to do it. Here is the scenario:...
View Article