Display user image in side menu
@a7mdFo2ad wrote: i’m getting user data from a server and i stored it in local storage … i want to know how can i display the image? Posts: 1 Participants: 1 Read full topic
View ArticleEnvironment and target variables?
@tomahony wrote: Is it possible to specify both environment and target variables? I’m building an app that is going to be deployed on the web as well as natively. While developing I’m also testing on...
View ArticleApp stoped
@Lelis wrote: Im doing a app, and I m using push ,but when I run ionic cordova run android, this app show me a message: “app stoped” in my device. My config.xml: <?xml version='1.0'...
View ArticleMonitor errors using a starter account
@AleBlender wrote: Hello, I’m developing an ionic application using a starter account. My goal is to monitor runtime error from my users. In order to enable the App monitoring do I need a Pro account?...
View ArticleMultiple maps using Ionic Native Google Maps
@ebellempire wrote: I’ve been struggling with using cordova-plugin-googlemaps to create multiple maps in different views within the same app. I think I’ve come up with a decent solution and figured...
View ArticleBasic styles not being applied until I reload page
@green-raven wrote: When I run ionic-serve, basic styling isn’t applied such as Menu shows on wrong side and not styles ion-buttons “start” not showing on the left: <ion-navbar> <ion-buttons...
View ArticleTernary operator
@alfenas wrote: I’m trying to create a ternary operator in a profile image, where when not logged in by facebook, display a default image <ion-thumbnail> <img src="{{ photoPerfil ?...
View ArticleIon-datetime showing not local time
@lsantaniello wrote: Hi friends, I used ion-datetime but the selector shows the UTC time. I need to show my local time. <ion-datetime [(ngModel)]="data" displayFormat="DD/MM/YYYY HH:mm"...
View ArticleIonic 3 Tutorials List #3
@firmino wrote: References about Ionicframework (Ionic 3) focusing in beginners tutorials from highly recommended guys. If you are still beginner, learn today and start developing your own...
View ArticleSetroot doesn't work after log in
@ferdinandferdinandfe wrote: Hello, I’m trying to do an authentication with Azure, it works so far but when I try to set the root page after the user logged in, it doesn’t work and shows me the...
View ArticleIs not a function
@Anisyafiqah wrote: Hi, i am very new to ionic and im using ionic framework to build a mobile apps. So ive been using codes from internet for my project. In my apps there are buttons to be connected....
View ArticleIonic 3 web development
@chaitalidebp wrote: Hi All, I am using ionic since version 1 and built some apps with it for enterprises. Now me and my team are building a website with pwa and apps, so I choose ionic again…but my...
View ArticleIonic Creator Not working
@muhelen wrote: Screen Shot 2018-07-04 at 9.49.06 AM.png766x490 12.2 KB Getting this error now… Posts: 1 Participants: 1 Read full topic
View ArticleHow to get a link to access a page directly
@flaviotobias wrote: Hi I need to create a link to a specific page inside my browser app. I was able to do that using segment, like this: @IonicPage({ name: ‘event’, segment: ‘event/:sharecode’ })...
View ArticleAPP stuck on splash screen when using --prod (IOS 10 or lower ONLY)
@bachlongkocanh wrote: The app works fine in both android and ios (11.3 or hight), when I used to run the app using commands: ionic cordova build ios But as soon as I run the app using ‘–prod’ in...
View ArticlePhython error when trying to start new Ionic project
@peterjc wrote: I have recently updated the Ionic CLI, and now when I try to start a new project I get the following error… D:\dev>ionic start viewportTest ? What starter would you like to use:...
View ArticleIos build result is not working on Iphone while Android does
@hitecluxembourg wrote: Dear all, I have my application working properly on web and the generated apk for android also. Unfortunately the generated ipa for ios not… It produces input elements (inside...
View ArticleIon-select problem
@taiiieb wrote: I have an ion select with a list of users, i want to add a button to redirect me to other component. It always throw me an error of undefined _id(user) <ion-select...
View ArticleIonic HTML components appear much wider (bigger) than expected
@peterjc wrote: Hi, just something I have noticed, that has me a bit stumped… When I run an Ionic application in the browser (ie in Chrome using ionic serve), elements display larger than the same...
View ArticleHow to send an authenticated request using native http plugin
@ziaionic wrote: Hi all I need to send a request to Shopify server. I get data from Shopify server using postman without any error but I don’t know how to format my request in ionic native http...
View Article