Ionic CLI Service Proxies broken?
@Sujan12 wrote: I feel pretty stupid right now: Service Proxies seem not to be working for me right now. I copy the example from here to my ionic.config.json:...
View ArticleNotification in Ionic 1
@shivani8710 wrote: I applied code of receive notification ..my code is FCMPlugin.onNotification(function (data) { if (data.wasTapped) { //Notification was received on device tray and tapped by the...
View ArticleDesktop Ionic2 App - Picture Upload
@Philipp_Websteps wrote: I want to build my first Desktop Web Application with Ionic2.And now I want to upload a picture, preview it and then upload to my API.The question is: What's the best way to...
View ArticleIonic command not working
@wildwolf2015 wrote: whene update cli from 3.3 to 3.4 i have many error. ionic old version is very very better than new version. look how im working step 1:ionic start myApp tabs this is worked. step...
View ArticleIon grid -> multiple rows one over eachother
@7773783 wrote: hi,i need to devide a row into few rows. it make one over each other but a cant manage to fix it: <ion-row class="homeRow firstRow"> <ion-row class="transparentClockLine">...
View ArticleIonic Native 4 is out!
@Sujan12 wrote: Tadaa, hot of the presses: twitter.com Ionic Releases (IonicReleases) New "Ionic-native" Release: v4.0.0 github.com/ionic-team/ion… 2:24 PM - 11 Jul 2017 See release notes here:...
View ArticleCamera Plugin Loading Slowly
@SD1985 wrote: Hi, In my app I am using the camera plugin to capture a new image or load one from the gallery. My typical add photo routine involves the following. add photo function in my page calls...
View ArticleError while trying to post data into my local server
@emiljenson wrote: I created a sample registration form and tried to insert data into local database ( am using php for server side ) but i got the following error XMLHttpRequest cannot load...
View ArticleIonic package build failed for native builds
@MuhammadRameez wrote: I am trying to use package command but native builds failed all time i am using this command ionic package build ios --profile newcheck devand it showing this build error...
View ArticleBest way for update Project
@beren1181 wrote: Hello, i'm with a little doubt, what the best way for upgrade my project, i mean with upgrades of Ionic, like ionic-native, ionic-app-scripts some like that. Ionic recent notice The...
View ArticleNgx-translate TranslateService.get doesn't work in Lazyloaded pages
@Ionize wrote: Hi, This is weird, I recently used ngx-translate and everything is working fine on the pages using the pipe, but the translateService doesn't work. Anyone got any leads if this is...
View ArticleHow to make an avatar bigger?
@scriline wrote: Hi guys, I'm currently trying to resize my avatar... Actually I would like to have a menu like that ( in terms of positioning) : menu rush adobe.PNG360x550 162 KB but I didn't succeed...
View ArticleIonic cordova resources Error 400
@giogiojs wrote: ionic cordova resources Error Error occurred during command execution from a CLI plugin (@ionic/cli-plugin-cordova). Your plugins may be ouT of date. Screen Shot 2017-07-11 at...
View ArticleIonic call number
@kongupradeep wrote: call(){CallNumber.callNumber("321", true).then(() => console.log('Launched dialer!')).catch(() => console.log('Error launching dialer'));} this is my code. but not launching...
View ArticleHow to send a signal to the application from ionic cloud?
@DeepanG wrote: I have an ionic 2 application built for android and ios. I want to notify some events such as new data available in the server to the mobile app. But I can't use push notifications...
View ArticleIonic PWA how to handle installbeforeprompt
@manoemerson wrote: Hi, I am developing a PWA and I want to defer the default app install banner event. In the index.html file I called the installbeforeprompt event. Now how can i access the JS...
View ArticleFetch all device images without picker
@alkahtani wrote: I am trying to get gallery images listed in certain page of app , i know how to use image picker , what i want is to list all images in certain page to let the user choose an image...
View ArticleCannot find a differ supporting object '[object Object]'
@randolphrrl wrote: Hello! I'm new to Ionic and I'm having trouble querying my API. Console.log information arrives normally, but I can not display the data in home.html. I will send the error code...
View ArticleUsing Ionic without UI/Angular etc
@arpowers wrote: Hey there, My question is whether or not its possible to use Ionic without any of the UI? E.g without angular, or anything specific to the front end Ionic stuff. The reason for this,...
View ArticleMay I change app id and name before build?
@rnsweb wrote: Hi!Is it possible to change application name that is stored in config.xml?I need it, because when I build application for testing i want to name it like "APP DEBUG". Posts: 1...
View Article