Ionic Analytics - failed to include into app
@ShamilY wrote: Hi folks, I'm trying to add Ionic Analytics service to my app and get the following error while trying in in the browser: Uncaught Error: You must provide an app id and api key to...
View ArticleIonic 2 and Ionic 1
@syntagm wrote: Ionites: The existing documentation does not say much (unless it is implied) about the integration between Ionic 1 and 2. By integration (there could be a better word) I mean the...
View ArticleIonic tabs showing first tab. How I can showing my default tab at the begining?
@azovl wrote: I have ionic tabs. <ion-tabs animation="fade-in-out"> <ion-tab title="First" class="first" disabled="true">Content</ion-tab> <ion-tab title="Second"...
View ArticleSpatiasql.js or other js libraries
@JohnnyToledo wrote: Has anyone used the spariasql.js (Spatialite) library for ionic or cordova and how did you do it? If not, how would I go about making my own API for a js library? Posts: 1...
View ArticleApp Recovery (restoring photos and data)
@Kenyon wrote: I've noticed my app restarts when you switch to another app for some varying amount of time and then return to it. I'm sure this is normal OS behavior as it frees up resources, but...
View ArticleTCP server with Ionic / Cordova
@vicmota wrote: Hello there, I want to know if is there a way to make an Ionic app listen to TCP connections (I want another app to connect to it and communicate).Both devices will be on the same...
View ArticleCollection-repeat bug on Windows platform
@ghenry22 wrote: I know windows / windows phone are not officially supported platforms but I was hoping to find a bit of help here. I have my app working great on both Android and iOS platforms...
View ArticleYear Picker in Ionic
@Sanat88 wrote: I need year picker for my project. I already used https://github.com/rajeshwarpatlolla/ionic-datepicker this for date. But, i need only year picker. Please suggest me any year picker...
View ArticleIonic resources problem, Can anyone come to hlep?
@jeffreycolbert wrote: Recently, I got a problem with CLI ionic resources command, I want to generate a new splash screen,but it generate from cache, and the cache image have some damaged, so how...
View ArticleIonic/angular Input range bug (?)
@Imaginet wrote: Hi, I found that the range is not showing properly at startup / page load if I set the max value as binding from ng-model instead of number work fine: <input type="range"...
View Article[SOLVED][BUG?] Collection-repeat inside ion-tabs inside modal
@jonmikelm wrote: Hi, We are having a problem while trying to show a list with collection-repeat inside a tab which is inside a modal with a sub-header. The collection repeat is not aware of the...
View ArticleSignificance of siging the app for enterprise distribution
@01abhishekjain wrote: I'm done developing an android app for tablets using Ionic. Now it's time to deploy. So, I was wondering if I need to actually sign the app or if I can just pass on the debug...
View ArticleImage fitting the entire modal content width and height
@s3rg1 wrote: Hello, I need to display a picture in a modal page filling the entire content, so it has to be resized and centered according to the device's resolution. The modal page skeleton is:...
View ArticleExpand and collapse component line the attached , how to do in ionic
@rameshkondur wrote: expand and collapse component line the attached , to do in ionic expand&collapse.jpg801x132 5.96 KB Posts: 1 Participants: 1 Read full topic
View ArticleHow to create a structure of fetched values from nested json and display it?
@lolpm wrote: how to create a structure of fetched values from nested json and display it? Posts: 1 Participants: 1 Read full topic
View ArticleUncaught TypeError: Cannot read property 'appendChild' of null, Ionic App +...
@ganeshmatkam wrote: I'm trying to view Ionic App in Apple iPhone 5 size by using viewport resizer. It worked nicely before I compressed Ionic library files with webpack. But after compressing when I...
View ArticleNested multiples views inside ion-tabs
@kappys wrote: hi, I need nested multiples views inside ion-tabs because I want create a modular app, for example this: http://plnkr.co/edit/IAOpIZKNUCaUTvQxqJKy?p=preview inside...
View ArticleTab transitions
@soupman99 wrote: Is there a way create transitions between tabs? I've read several places that it was removed from the code base but is there a way to add this back in? Posts: 1 Participants: 1 Read...
View ArticleRemote background-image
@Corin wrote: I know I can apply a background image to the content like that: .scss .scroll-content{ background-image: url(#{$image-path}/background.png); } But how can I apply a remote url image to...
View ArticleCORS not working in apk but works in ionic serve( browser)
@iiitmahesh wrote: in ionic serve cors is working in browser but not working apk . In the browser (using ionic serve) it was working properly , but in apk (using ionic build android ) it was not...
View Article