Problem while building my ionic project
@yogaccx wrote: Hi Every one , I new to ionic i am facing the problem while building my ionic project i got below error while building it in console please some one help i am waiting for help Error:...
View ArticleIonic meetup Zürich
@reedrichards wrote: Hi, This is the very first time ever, that I create a meetup group, not joking. If you are around Zürich and looking to share, exchange, discuss Ionic and it’s ecosystem IRL, join...
View ArticleTrimming a string based on the length
@akr_rajkumar wrote: Hi, I’m having a variable value “ABCDE”. I want to split the string into “ABC” and “DE” so that “DE” will point to some value in a ion-select. How can I split the string in the...
View ArticleCan we upload to server both picture and text?
@khalilben wrote: Hi, I would like to send both data text and picture like this picture : My TS Code declarerSinistre(){...
View ArticleModify HttpHeaders in post
@Oldstadt wrote: I am trying to send a post Http request to my server, but need to add additional headers to it. If I just post like this: let headers = new HttpHeaders(); this.http.post(url, req, {...
View ArticleError ionic 3 super starter template
@lolaswift1 wrote: I received the following error when click on “login”: Failed to load https://example.com/api/v1/login: Response to preflight request doesn’t pass access control check: No...
View ArticleInvalid character
@unvired wrote: After upgrading to ionic 3.9.2 I am getting Invalid character error ` in IE11. Though the app is working fine on Chrome/Safari/Edge. Here is the ionic setup details : @ionic/cli-utils...
View ArticleHow to open FCM notification to a specific page when app is not running
@rpragesh1 wrote: Hi, I am working on notification and sending it via fcm notification test server , here is my code for that. FCMPlugin.onNotification( (data) => { if(!data.wasTapped){...
View ArticleIntegrating php for data insertion in a database in ionic v3
@sam1408 wrote: Hi guys. I know this question is asked by most people but I have not found a definite solution or reference to the question. In many tutorials I checked, they are implementing an...
View ArticlesetRoot Component destroy
@ohrrkan wrote: Hi, Seems that navCtrl.setRoot() destroy the view but not the controller when the page change? I probably can use the ionViewDidLeave() to destroy manually variable and unsubscribe...
View ArticleBug of build between ionic and android
@Aeronex wrote: Hello Everyone ! I am working on a projet on Ionic In this project, i’m extracting datas from an xml with a home.ts file. And then I display those datas on the home.html. But i have a...
View ArticleHow to run ionic sass only
@sebush123 wrote: hi, how is it possible to run the sass->css task without compleate build? ./node_modules/.bin/ionic-app-scripts sass works a little bit. hint: “Bundling must have at least ran...
View ArticleHow add shadow to ion-avatar?
@nuruddinba691 wrote: I add box-shadow to image tag inside ion-avatar, but the shadow still inside ion-item, what should I do? Screen_Shot_2017-11-23_at_5_54_36_PM.png1872x412 81.3 KB Posts: 1...
View ArticleProblem with ionic project creation
@Nadioca wrote: After install ionic, i tried to create a proyect, but it fails. error: <— JS stacktrace —> ==== JS stack trace ========================================= Security context:...
View ArticlesetRoot navigation
@MarinoRaul wrote: Hi all Guys!!! Which is the correct way to use setRoot method with the page with the last ionic version??? Because I got unresolved params when I use:...
View ArticleiOS creating local server to run application
@andreven wrote: Hello there! I’m running my application in an iOS device and the device is just creating a local server to run the application. This is screwing up my connection with the server. Does...
View ArticleThe server responded with a status of 401 (Unauthorized)
@nbelghiti wrote: page user.ts getUsers() { this.rest.getUsers() .then(data => { this.users = data; console.log(data) }, err =>{ this.erreur = err; console.log(err); }); } provider rest...
View ArticleBackButton not working
@valentinay wrote: the back button in my nav-bar is not working. how can I fix this? Posts: 1 Participants: 1 Read full topic
View ArticleBuild does not work with prod mode
@mdline wrote: Hello, I become desperate because I do not understand why it not works for me. I make the same as described here https://github.com/gshigeto/ionic-environment-variables. I have two...
View ArticleApp working on my side but stuck on splash screen in App Review
@MowKette wrote: Hello, I am submitting an Ionic iOS app for my enterprise but App Review send me this message after their test : "We discovered one or more bugs in your app when reviewed on iPhone...
View Article