Learning Ionic VS Angular
@ottz0 wrote: I want to learn Angular but want to get started with Ionic. Should I try to get a good understanding of Angular first or should I just start with Ionic? Posts: 4 Participants: 4 Read...
View ArticleInput alignment inside item-input
@iad wrote: Hi guys! I am building a multi input form. For example, date time kilometeres rating (using ionic-ratings) Now i experience a problem with beautiful align on the right side (vertically it...
View ArticleHow to get an element and set value inside a modal still closed?
@b82 wrote: Clicking on an external button i need to set a modal's internal element value. Both elements are inside different section, so they have different controllers, i need a way to pass the...
View ArticleNeed help Please!
@daruwanov wrote: Hi all. I have next code $stateProvider .state( 'main', { url: '/main', templateUrl: 'main.html', controller: 'MainCtrl' } ) .state( 'main.billing', { url: '/billing', templateUrl:...
View ArticlePush Notification - Dev Mode not working
@igordeoliveirasa wrote: Hi Besides not being able to delete registered push notification users on Ionic App, I have another problem:Even having dev_push = true, it’s not using browser notification....
View ArticleRedirecting between mobile and desktop versions
@chixcancode wrote: I really love Ionic, but I am building an application in which we are looking to target both desktop users and mobile users. The desktop version is written in Angularjs and...
View ArticleHeatmap shrinks to 1" square on mobile phone
@r123456789 wrote: A Highcharts heatmap occasionally (e.g. every 7 to 10 times the tab is entered) shrinks to a 1" square in the upper left corner. The chart is in a ion-tab. If the phone is...
View ArticleIOS Close Keyboard does not get ion content back
@FMD wrote: It seems like the ionic does not know the keyboard is closed. In IOS, the keyboard will be closed if I click any element in the UI, but the content is still pushed up. see the images...
View ArticleIon-nav-view and ion-tabs
@keldar89 wrote: It's easier to illustrate in a Codepen instead of copying and pasting lots of code, so please see: http://codepen.io/kelvindart/pen/wKJgag. Basically, I am attempting to put a nav bar...
View ArticleEntering view 'stuck' with a white overlay covering it
@aderowbotham wrote: I have a persistent but intermittent bug with my app. I have a state 'app.settings.home' and a button that links to this state:<button ui-sref="app.settings.home"> Sometimes...
View ArticleHow to create a "3d rotate" effect with angular-carousel
@b82 wrote: I have several images of the same object and i need to create a touch carousel that on swipe changes the images without animation or transition. But in angular-carousel i can't find a way...
View ArticleSide Menu and Tabs Navigation Structure
@aelx311 wrote: Hi, I started an ionic project with Side Menu template and I want to put in . I structured it in such a way that is placed inside . Then in , I have one in each tab. Here is the...
View ArticleLogin with google - 404 on callback with eventListener()
@fence wrote: I am trying to implement login with google in an ionic browser bassed app. These are the commands I ran to install and create my app: ionic start tracker sidemenu cd tracker cordova...
View ArticleIonic AngularJs Inconsistent Navigation
@denizeng wrote: Hi, I've used the ionic tabs sample to create a basic app, where I display a list of results in one tab, and the details of a selection in the other tab. This works fine most of the...
View ArticleAndroid? Using MP3 and MP4? If Yes - Implement white-list NOW!
@jessemonroy650 wrote: This is as nasty as bugs get. You can expect more changes in the white-list protocol, plugin and CSP. Save yourself some work and headache. Learn about white-listing NOW,...
View ArticlePass form variables to new view
@knolaust wrote: I'm very new to ionic/angular and trying to post multiple radio selections to a new view and display their values. Here's the gist of what I want to do. Let's say I have two groups of...
View ArticlePress and hold to save image
@luisito95 wrote: Is it possible to perform a on-hold on a image inside of the app to prompt an action sheet that gives you the option of storing the image in the phones gallery? Thanks in advance...
View ArticleScreen lock/unlock detection in Ionic
@luisito95 wrote: My question, is there a way for a ionic app to detect whether the device screen is locked/unlocked? I do know the app can detect when it becomes 'paused' and is running in the...
View ArticleRefused to execute script in controller files
@nntien wrote: I started develope this Ionic application from the "Ionic starter" template. It has only one controller file "controllers.js". But when i split the "controllers.js" file into many...
View ArticleA Directive to Select multiple options
@jdnichollsc wrote: Hi my friends, See my new directive to select multiple options! http://codepen.io/jdnichollsc/pen/qOrqqK?editors=001 Regards, Nicholls Posts: 1 Participants: 1 Read full topic
View Article