How to make apk from app developed with CDN
I have an HTML and a JS, my html have ionic components is very simple, how can I build my apk from that? 1 post - 1 participant Read full topic
View ArticleIonic Vue Router param persist on tab change manually
I’m doing some logic based on the URL params on tab change I have set params in route under children //router/index.js path: 'tab3/:action/:value', If tab3 is manually switched by clicking tab buttons...
View ArticleIon-searchbar cancle button size change
How can I change the size of cancel button in ion-searchbar? 1 post - 1 participant Read full topic
View ArticleAngular youTube-player not working on IOS
I did try to use the angular youTube player library in ionic 5. It did work like expected on Android, but do not show on ios. Does somebody had the same problem and know how to fix it? This is my code...
View ArticleUnimported ionic components found in prod builid
Hi there, I find a strange thing in the prod build report of tutorial-photo-gallery-vue sample. All ionic components used in this sample are registrated as local components, so I think for those...
View ArticleIon-icon not visible on ion-fab-button
I am building a simple map app with Vue, Leaflet and Ionic. I want to have a fixed button with an icon on it. I am using ion-fab in combination with ion-icon. But whatever I try, the icon is not...
View ArticleObject.keys not response in the Ionic APP
I was using the Object.keys to push all my object’s key into the array, it test well in the browser ( Ionic serve --lab), but after ionic cordova build, Object.keys just return a empty array to me,...
View ArticleIonic 5 --prod build fails
Hello, I’m creating a PWA using Ionic but I cant build it for prod. Ionic CLI : 5.4.16 Ionic Framework : @ionic/angular 5.6.6 @angular-devkit/build-angular : 0.1102.13 @angular-devkit/schematics :...
View ArticleIon-split-pane work on angular?
I started out with Ionic using React (don’t even bother) and had an IonSplitPane working in that project. I escaped to Angular and started a new tabbed app and typed in my split pane elements just as...
View ArticleunsupportedEnvironment during ionic serve
I need to rebuild a old ionic 3 app but during compile I receive some errors: In order to complete install, I have ignored script npm install --ignore-scripts gyp verb `which` succeeded python...
View ArticleAdding Ionic to an already existing Angular project
Hey all , I’m new to Ionic and entered the following based on the docs : ng add @ionic/angular it says : For adding Ionic to an already existing Angular project, use the Angular CLI’s ng add feature....
View ArticleDisable web history for tab navigation in ionic vue
I have an ionic vue tabs starter application with router configured as below, I want to disable web history for the tabs navigation. Issue : Change the tabs using tab button and press the device back...
View ArticleSafari web inspector stop working after mac update
After 24 May mac update for Big Sur (11.4), the web inspector only shows Console, Sources, and Audit tab. The Console tab doesn’t show any from the app, it’s always empty. Source Tab doesn’t show the...
View ArticleIonic Flashlight Plugin Doesn't Work Properly On iOs
I’m having trouble with the ionic flashlight plugin for Cordova on iOS, it works fine on android. If I create a button and do the following simple switch off: this.torch.switchOff().then(r=>{...
View ArticleInAppBrowser with vue? Sample
I got just the react sample. Could someone share with me how to use with vue js? I would like to put my wordpress site in an app via inAppBrowser. 4 posts - 3 participants Read full topic
View ArticleGeolocation documentation clarification
This is a question about this page: Geolocation | W3C Geolocator Application API Plugin. The documentation says: For iOS you have to add this configuration to your **configuration.xml** file...
View ArticleHow to implement handleOpenURL?
Hi all, I added the Custom Url Scheme plugin (GitHub - EddyVerbruggen/Custom-URL-scheme: Launch your Cordova/PhoneGap app by a Custom URL scheme like mycoolapp://) to my app and now I am trying to...
View ArticleBest practice for importing mobile-only capacitor plugins?
I have an Ionic React app and I want to use the Capacitor Keyboard plugin on my login screen. My code looks something like this: import { Keyboard } from '@capacitor/keyboard'; ...MyComponent const...
View ArticleWhich proxy configuration is the correct one?
Hi, I’ve been fiddling with my React Ionic(Ionic v 5.6.7) project trying to get it to proxy my backend server so I can avoid CORS issues. My problem is that it seems that the proxies config in the...
View ArticleReset page scroll position to top when navigate (in tab view)
When I navigate to different routes in ion-tabs in Ionic Vue, the scroll positions for the pages are preserved from the previous times I viewed them. Instead I’d like pages to automatically be...
View Article