X-Frame-Options in Ionic app iframe
@vamshi wrote: I am using ionic to deploy our company app - where in we are using a blank ionic shell and an iframe inside which our website will be displayed in responsive mode. This gives us a quick...
View ArticleScrolling ionic modal does not work
@snjak wrote: So I'm having a problem with scrolling in ionic modal. Modal code looks like this: http://pastebin.com/3g9UsjLRHtml directive: http://pastebin.com/BZ39bF0P I'm using html directive to...
View ArticleAngular ui-select doesnt work on ion-view or ionicModal, only works on...
@boyfunky wrote: <ui-select name="org" ng-model="user.org.selected" theme="selectize" class="form-control ng-pristine ng-invalid ng-invalid-required" style="margin-top: -5px; margin-left: 7px;"...
View ArticleRouting through states
@rafaelddias wrote: Hello,I'm trying to construct an app that has multiple pages. When in browsing through the states I have a situation that requires routing like it is in the example described...
View ArticleGet near-by cordinates with google mas
@stel wrote: Hello, I have made an ionic application where I show some information about some clubs in every state (USA).But I want to implement the feature where the user can press (near-by) button...
View ArticleIon-tabs when scrolling down the screen does not hiding navbar in iOS Safari?
@azovl wrote: HTML structure is as follows: ion-view ion-content ion-tabs ion-tab ... The problem is that the project is necessary when scrolling down to hide the upper and lower standard panels...
View ArticleCreate List side by side with own scroll behaviour for Tablets
@Sanat88 wrote: I want to create 2 list in screen side by side for tablet and normal single list when using mobile. I already tried using this code : HTML : <ion-content> <ul class="list...
View ArticleBug with select box on iOS
@stel wrote: Hello, I am making Ionic application and I have the following problem when I run it on IOS Device! I have 3 select boxes, where I get information from JSON file, for example in the 1st...
View ArticleSlide menu
@krishnasamy wrote: I have created new project by using slide menu option, project created successfully without any issue. i want to add my my own html page in right side of my menu. Code as follows:...
View ArticleIonic reordering with $index in safary
@assajak wrote: Hi all, i found the issue with ion-list reordering in safary (mobile, desktop, cordova ). I am render ion-list with index of element in list (using $index in ng-repeat)When i am move...
View ArticleIonic build android error on Ubuntu
@nayha wrote: Hi Guys, I am new to ionic. I think I installed everything required but i m having error running the command ionic build android when trying to build the example app sidemenu. Please...
View ArticleError: Cannot find module 'config-chain'
@Alboori wrote: Hello When I run the following command:ionic start myApp sidemenu I got this error:Error: Cannot find module 'config-chain' at Function.Module._resolveFilename (module.js:338:15) at...
View ArticleOpen a custom type of file from mail attachment
@TheFrenchieCake wrote: Hello folks! This is a copy-paste of a question I first asked on StackOverflow, I hope that maybe someone here would know the answer ^^ I'll keep both posts here and on SO...
View ArticleChange ion-nav-bar class dynamically
@fredkassi wrote: Hi, I have a main class in my nav-bar for my app (bar-royal). But in some specific part I need to change the class of the nav-bar depending on the button the user clicked. But I...
View ArticleiOS9.1 Cant find variable Cordova
@Sonukapoor wrote: My ionic application was working fine < 9.1. I now upgraded the iPod device to the latest iOS version and receive the above error: Can't find variable Cordova. Anybody knows what...
View ArticleHow have you replaced interstitial landing pages?
@katiegv wrote: Have you created a great mobile web app with Ionic to replace the dreaded interstitial landing page (app install ads)? The trend away from them was covered by TechCrunch in Sept.:...
View ArticleDevice specific css
@Sonukapoor wrote: Continuing the discussion from How to use platform-ios and platform-cordova css classes?: How to use platform-ios and platform-cordova css classes? So each version of android will...
View ArticleHas-bouncing="false" does not prevent bouncing on iOS
@bmetitiri wrote: The has-bouncing="false" attribute is not working for me on iOS, whether I put it on ion-content or ion-scroll, or anything. My structure is like (in Jade style):...
View ArticleDeclare controller in app.js
@mankinchi wrote: Hi everyone, I am having a problem with declaring controller in my app.js (I am new to both ionic and angularJS) This is the additional code I have in app.js var myApp =...
View ArticleError while building ionic project
@vitthal_walunj wrote: While building ionic project get following error: module.js:339 throw err; ^ Error: Cannot find module 'bplist-parser' at Function.Module._resolveFilename (module.js:337:15) at...
View Article