How can i remove arrow from ion-item in Ionic 4.7.1 (Only IOS)
@pds300 wrote: I have the following: Ionic: ionic (Ionic CLI) : 4.7.1 (/usr/local/lib/node_modules/ionic) Ionic Framework : @ionic/angular 4.1.2 @angular-devkit/build-angular : 0.13.7...
View ArticleIs it possible to add google voice actions to ionic4 Application?
@prudhvirajdandi wrote: Is it possible to add google voice actions to ionic4 Application like Siri Shortcuts? Posts: 1 Participants: 1 Read full topic
View ArticleSave video via Local Storage
@PratikVaity wrote: Hi. I am new to Ionic Framework. I was working earlier with Local Storage. I manage to save a variable in local Storage and load the data. But i was wondering if this can be used...
View ArticleIon-content top and bottom content are unable to reach by scrolling
@hn162 wrote: Hi, I’m facing an UI problem that haven’t been able to come up with a possible fix by myself so I’m posting this question to seek for any suggestion. Thanks you guys in advance....
View ArticleDevice Motion Frequency Issue
@lunneyd wrote: this.subscription = this.deviceMotion.watchAcceleration({frequency: 5}).subscribe((acceleration: DeviceMotionAccelerationData) Should I put a frequency in the brackets or leave out...
View ArticleHow to use custom icons in google maps?
@cooldp007 wrote: Hello, I want to use custom icons in google maps For e.g. I am implementing distance between two points(Origin and Destination) with touch points in between Origin and Destination...
View ArticleiOS app not launching
@pjaiswal wrote: ios app is not getting launched, getting stuck at splash screen, below is the configuration we are using, also PFA ionic information about the setup we are using for the same....
View ArticleIonic 3 to fetch user data based on id
@lydia-sebastian wrote: I have two api’s one for login and another for user profile. I want to fetch data from user profile api based on the userid that i get from login api after login that i have...
View ArticleI've got an error cannot read property 'split' of undefined in ionic file plugin
@klejz0r wrote: Guys i’ve got an issue while doing this function. const options: CameraOptions = { quality: 100, allowEdit: true, sourceType: source, saveToPhotoAlbum: true, correctOrientation: true,...
View Article[ionic 4] View not updating after app suspension/resumation
@jp4velocity wrote: I have a component in which i subscribe to an Observable. In the callback i set member variables in that component. Those variables’ values will then be displayed on the component...
View Article[IONIC 4] migration from ionic3 with a custom Router and a TabBar
@EricM wrote: Hi, I’m working on the migration of an app with 20 screens. We build a custom router at this time, and I have some difficulties to do the same thing with the Angular one (it’s possible,...
View ArticleIon-item-sliding full slide like gmail
@mrc_prasad wrote: Hi I am using ionic 3 to develop the application. I am using list to display and ion-item-sliding to slide from left and from right. I tried in different ways but I couldn`t full...
View ArticleCannot create new project using ionic 3
@geraldlim95 wrote: Hi, I am very used to ionic v3. So i downgraded my ionic version to 3.20.1 (which i believe to be the latest version of ionic v3). However, upon declining the upgrade to ionic v4,...
View Article[IONIC V4] add this module to your dependencies and use regular "require" to...
@luisandro wrote: How to add a module to your dependencies and use regular “require” to load it? Posts: 1 Participants: 1 Read full topic
View ArticleIonic 4 - PWA -> offline not working
@smbu wrote: Hi all, I have created a PWA that works fine, it is served on an IIS server in a sub/subfolder, all is working fine except it is not working when offline. When I look into the file...
View ArticleSecure Storage fails to load keys
@ies1 wrote: Hi there Our app is using the secure storage for saving session tokens and so on. It did work previously on Android and it is still working properly on iOS. But now, whenever I want to...
View ArticleError could not get resource while running ionic cordova build android
@sedar wrote: FAILURE: Build failed with an exception. * What went wrong: A problem occurred configuring root project 'android'. > Could not resolve all files for configuration ':classpath'. >...
View ArticleDeployment | Starting Ionic routing after https://my.url.com/versionNumber
@SALMAU wrote: I have done an Ionic 4 app. The aim is to use it as website for mobile. To do that I put my www folder (built thanks to the ionic build --prod --service-worker command) on a server. I...
View ArticleIonic 3 - list / detail with google map problem only in Safari Browser
@martinmildner wrote: I am having a strange problem: I am using a list and detail page, each includes a google map (via Javascript API). When opening the detail page for the first time, going back via...
View ArticleTabs Scrolling X - Hidden tabs
@jefftchtnk wrote: I’m using a tabs layout and have enough tabs for some views that take up more than the screen can allow. I’ve tried implementing some CSS solutions like overflow scroll x, but when...
View Article