Can any one explain this?
@sudharsanacctel wrote: Hi i have using ion-list for My quiz,Its saved in local storage then show to display,but here its working very fine in android 5" display but when am going to use above 5"...
View ArticleMy my app default file opener for specific file extension
@mike1997 wrote: Hello, I was wondering, is there a way to make my ionic app the default file opener for certain extensions. This way other apps can open a file and choose my app to open it. Is this...
View ArticleConverting existing android native app to ionic
@vkr1980 wrote: how to converting existing android native app to ionic 3 Posts: 1 Participants: 1 Read full topic
View ArticleGradle problem
@aradontheline wrote: Hello folk, Since upgrading my ionic cordova cli I could not build any android project. I guess this is due to the fact that in the new cli it uses gradle to build projects...
View ArticleHi everybody,
@alanmm wrote: I followed the same you mentioned but I am getting the following error - can you please help me out of this error Screenshot_20180127_133428.png1366x631 74 KB Posts: 1 Participants: 1...
View ArticleIonic browser upload image to server
@amjadyahya wrote: Hello. As the title suggests, In the browser and with a click of a button I want to open a file dialog, pick an image file, get the file reference, encode to base64 jpeg string and...
View ArticleArray is not Pushing Data
@soomit wrote: for(let i=0; i<=this.data_a.demo.length; i++) { this.finalalue.push(this.data_a.demo[i].category); } It’s this.finalalue.push(this.data_a.demo[i].category); showing an error...
View ArticleDelete button from list not working
@jasminewong wrote: Hi everyone, I’m relatively new to ionic and is now developing a todo list with reference to an article I saw online. However, when trying to implement the delete button, I am not...
View ArticleNot able to add Plugin
@mubasshir wrote: Hi, I’m getting following error when trying to add any plugn Error: Unexpected close tag Line: 107 Column: 13 Char: > at error...
View ArticleMaking real time chart using data from Firebase Database?
@perenyitamas wrote: Hello guys. I have found plenty of Charts.js and similar tutorials for ionic, but all of them are using static data. I would like to connect to my firebase database and creating...
View ArticleIonic/cordova/android
@hcvitor wrote: Hello, I’m trying to run the “cordova build android” on nodejs but it returns this error. ANDROID_HOME = C: \ Users \ Victor \ AppData \ Local \ Android \ android-sdk JAVA_HOME = C: \...
View ArticleIOS IPHONE ISSUE - Failed to load resource: Origin http://localhost:8080 is...
@idanb12 wrote: Hi I can’t this.http.post(… anymore from my iPhone, it worked before but now I get this error message when post, but it l still works on the android … my platform : cli packages:...
View ArticlePorting Ionic1 theme to v3
@washery wrote: Hi everyone, I have got a Ionic v1 hybrid app which uses the old theming system, where a lot of .sass files are grouped together inside one single directory and I would like to port...
View ArticleWarnings right from "box" ionic installation: console.warn: Native: tried...
@pyav wrote: Day ago I removed and added ios platform to my App, after it, I noticed lots Native warnings about plugins absence. I decided to create fresh blank ionic app and add ios platform to blank...
View Article"Unignore" issue in ionic doctor
@veit wrote: Hi guys, I accidentally hit “Ingore forever” in an ionic doctor issue. Is there any option to re-enable this issue? Greetings, Veit Posts: 1 Participants: 1 Read full topic
View ArticleHow can send a sound file to server side with FormData
@umutgur wrote: Hello there, I want send sound file to server with a post request, server side is a .net web api application. I can send form datas, but how can send a sound file? I wrote following...
View ArticleHow to reduce ionic cards margins
@Parsian wrote: I wan to use cards but for me margins of cards is looking big and I want to reduce it.The fallowing code was not effective. ion-card{ margin-left: 0px; margin-right: 20px; margin-top:...
View ArticleIos build error library not found for -lGoogleToolboxForMac
@Cicciokr wrote: Hi, i’m using the builder of Ionic Pro and i have this error, i have tried xcode 8 and xcode 9 of the builder: ld: library not found for -lGoogleToolboxForMac [09:59:35]: Exit status:...
View ArticleI include the jquery.js and some other js files in the index.html, but they...
@ravisankar300 wrote: I include the jquery.js and some other js files in the index.html, but they only work when the app at the starting root page. If i switch to other pages the js are not working...
View ArticleSliding list buttons fire eachother
@Ekeilholz wrote: Hi! I have a sliding list in my Ionic project, where your can accept or decline invitations. My code looks like so : <ion-item-sliding *ngFor="let invite of invites">...
View Article