Access using server url
@vikashs wrote: i want to serve all static files from server I.e abc.com/ionic/www/index.html. if i update src in config.xml it works but i'm not able to cordova features as there is no cordova.js...
View ArticleIonic with Genymotion
@gayatri31 wrote: I'm using sublime text 2 for ionic mobile app. Now I need to run my app using genymotion emulator. I downloaded genymotion but I don't know how to merge genymotion and sublime to run...
View ArticleControllers loadin every single time I hit the page
@holoverse wrote: Id like to prevent the default behaviour of a controller refreshing every single time I visit a page. I've added cache:true, to my routes to see if that would change anything, but it...
View ArticleSimulator not working
@jesst446 wrote: Hi, I have entered ionic emulate ios which said that build was succeeded but it didnt seem to get past the safari stage (see picture) I then tried ionic emulate ios -l -c and it did...
View ArticleAlign title of item divider to right
@ahmedrshdy wrote: Is there anyway to align title of a divider item to right? The following code did not work <ion-list class="list"> <!--offer, need or help--> <ion-item class="item...
View ArticleAccess to native web browsers (chrome and safarai)
@cnpallares wrote: Hello everybody! Im getting started with my first ionic project and i'm wondering if with ionic its possible to fire a native browser (to show a web in my case). I made a little app...
View Article[App Updater] - Check and download updates
@Joelesign wrote: Hi there! I am working on a app to help members of my club quickly access monthly schedules.Datas are store in a local JSON file that I read with...
View ArticleHow to get json array from json array
@MohammedSalah wrote: I have json array to show category and subcategories and sub-subcategories and i want show ALL of sub Subcategories with ng repeat [ { "id": "9", "name": "Mobile",...
View ArticleInput text muliline with scroll bar
@sihem wrote: Good morning friends, I would know how make an input text with multiple line using scroll bar. Thank you for answering me . Posts: 1 Participants: 1 Read full topic
View ArticleAndroid app launch icon?
@jayeshjain_minio wrote: I use command ionic resources and it deposits some drawables folder containg images that are eventually used launch icon , notification icon, splash screen. The problem I am...
View ArticleColors.xml already exist
@losewin wrote: Does this error is worriying? Posts: 1 Participants: 1 Read full topic
View ArticleAngular 2 Tabs
@IanDLC wrote: Hi all! I don't know if this is a bug with Angular 2 but I've been trying to remove the icons on an android build while having it in the ios buid. I've tried using the config property...
View ArticleCordova plugins not working inside .config() in iOS
@iamsim wrote: Calling cordova network plugin inside interceptor which is inside the config( function(){} ) is failing and it says - "undefined is not an object" for window.plugin.network.type device...
View ArticleIonic-plugin-keyboard and com.ionic.keyboard
@stevenfitzpatrick wrote: What is the difference between com.ionic.keyboard and ionic-plugin-keyboard I am trying to make sure I have the plugin installed correctly, since I am experiencing weird...
View ArticlengResource add Header not working
@nuruddinba691 wrote: I tried to add Authorization token in request header but not working for me what the problem and how to fix issue ?? this when using POST : function updateProfile(data){ return...
View Article$ionicLoading.hide() not hiding on android every time
@jtanz wrote: I have noticed recently after getting the latest OS updates on my Android Nexus 5 and Nexus 9, it seems that occasionally $ionicLoading.hide() does not work correctly and keeps the...
View ArticleBrasileiros que usam Ionic
@leopiazzoli wrote: Se você é brasileiro e está usando Ionic por favor deixe um feedback sobre o que está desenvolvendo e o que está achando deste belo Framework. Posts: 1 Participants: 1 Read full...
View ArticleHide ion-slide-box pager from the controller
@LouisR wrote: Hi I would like to hide the <div class="slider-pager"> created by from the controller depending on the value of $rootScope.isWebIntegration.If $rootScope.isWebIntegration is true...
View ArticlePermanent (periodic) check of value - How best to implement?
@Sujan12 wrote: Hi! I have this field/value in the storage of my app that should periodically be checked by some kind of process in the app. If some condition applies it should trigger some special...
View ArticleOpen app browser when a button clicks which is inside an iframe
@najuru_deen wrote: I am developing an Ionic hybrid mobile application which loads an iframe as a component. A button inside the iframe opens a new window using some scripts(not accessible) which does...
View Article