Update an app (not in the playstore)
@jsab wrote: Hi everyone, I have a basic and quite generic question. I am working on my first app, just to learn. To test it and debug, apart from the usual things while I am coding, I have created...
View ArticleIonic 4: Broken menu and content on ios
@alex-c wrote: I have a problem which is better described in GIF: The parent page is “Challenges” and it contains a link to “Challenge creation”. The bug happens when you go to that link and then open...
View ArticleIonic serve with ionic 4 in ubuntu
@Rithesh4i1hu wrote: i have installled ionic 4 cli and created tabs app. while serving file i was getting this error. ionic serve > ng run app:serve --host=localhost --port=8100 [ng] Schema...
View ArticleHow to reload app.component on event in ionic 4
@Haug wrote: I’m stuck with the following problem. app.component.ts is listening to event ‘login’ which works fine. But, when then event is firing I want to reload my app.component-page as I want to...
View ArticlePin code lock for ionic app
@vivek-23 wrote: Does there exist any plugin that does pin code authentication on app launch? Update: I did find this plugin. Will see if it meets what I need(although it’s fingerprint instead of Pin...
View ArticleIonic 3 custom icon + ios 12 display issue
@thiberttravert wrote: Hi there, Encountering display issue with custom icon in iOS 12. I use custom icon like that in app.scss : ion-icon { &[class*="custom-"] { mask-size: contain;...
View ArticleFree ways to collaborate on a project for students without Appflow
@jefredallan wrote: We are planning to use Ionic for our final year project. Is there a way we can collaborate in one project for free remotely. I know we can use Appflow but we cannot afford the...
View ArticleHow to upload google map differently based on the user?
@ioclaudio wrote: Hi, I’d like the users of my app with the role1 load the GoogleMap in this way: https://maps.googleapis.com/maps/api/js?key=<mycode> while the users with the role2 load the map...
View ArticleDynamic height with footer
@IreneC wrote: Hi! I have a modal window whose size is dynamic and it has a scroll. The problem is that I can’t see the footer because the data list fills all the screen. I want to see all the time...
View ArticleWhat logger would you suggest to use with Ionic apps
@Zadorozhnyy wrote: Here what i need: log native app crashes log javascript errors send part of js logs to me analytics Posts: 1 Participants: 1 Read full topic
View ArticleChange color of ion-icon with css in Ionic 4.9
@Alexander0821 wrote: Greetings. I’m trying to change the color of the custom icons I’m displaying in my tabs menu. This is my tabs code: <ion-tabs> <ion-tab-bar slot="bottom">...
View ArticlePWA and http request
@IAmos wrote: Hi I’m a newbie to PWA and wanted to make a simple login page. I created a simple page with email and password inputs and a login button. Now I want the button to call my backend login...
View ArticleChange Ionic 4 CSS and make Full Screen
@hamzadiaz wrote: I am trying to replicate the following UI layout but can’t get the borders styling, I don’t know if there is a way to accomplish it in Ionic. ui.PNG322×615 221 KB This is what I have...
View Articleionic serve not working properly How can I fix the error?
@dnayak696 wrote: I’m a mac user while I am setting JDK environment variable on bash_profile following various blogs & articles I have done a big mistake plz help me to fix it....
View ArticleCan i have 2 filekey attribute in a FileUploadOptions parameter IONIC3?
@Vinayak wrote: I want to upload 2 image file on the server, but unable to upload 2 image file in a same api. In JSON api there is 2 parameter which requires image file i.e id_proof_file_name and...
View ArticleCentering content
@IAmos wrote: Hi Am I really that slow in understanding ionic pwa or is it just too tricky? I just want a simple center alignment for the screen, and I couldn’t find how to do it. <div...
View ArticleiOS: 221 duplicate symbols for architecture x86_64 clang: error: linker...
@basti wrote: Hi! I updated to the newest Xcode version and my App was building fine so far. But now it doesn’t. I tried two days everything I found, but no way. The error is: 221 duplicate symbols...
View ArticleIonic v3 ios app crashing on scrolling list
@jigarchheda wrote: am working with ionic v3 project where i have bulk of data in ion-list like facebook’s feeds which contains images and video, so it works fine in android devices, but in ios it...
View ArticleHas been blocked by CORS policy
@jonathanrosso wrote: I am usinf ionic4 for my application development. The error bellow is happening in production apk build. Access to XMLHttpRequest from origin ‘http://localhost’ has been blocked...
View ArticleNested routes/pages inside IonTabs? (v4 React)
@benallfree wrote: I’m having a heck of a time getting nested routes to work inside an IonTabs component. Is this basic structure allowed? All goes well for a while, but hitting the tab button again...
View Article