Limited distribution
@CT14_IT wrote: On IOS I am aware that you can distribute apps on a business to business level, where company A effectively gives company B a limited number of licenses to distribute an app to members...
View ArticleWhats affecting the performance of the app ? inline css?
@Sumeet123 wrote: I am developing an ionic app for android+ios and it's reacting differently on different android devices in performance ! The device i am testing on (android 4.2) it works fine still...
View ArticleSidebar Nav flash of exiting view on ios
@edp wrote: Hi, I'm using the sidemenu starter project on iOS. Sometimes when I click a click from the side menu the new view appears and the side menu animates out. However I also get a flicker of...
View ArticleBackground image rotated?
@P3iq wrote: I have added a bg img to .pane but it gets rotated 90deg? .pane { background: url($big-bg) no-repeat center center fixed; background-size: cover; } Posts: 1 Participants: 1 Read full topic
View ArticleIonic v2.0 switching to svg icons?
@PCate wrote: In Adams great talk: http://adamdbradley.github.io/building-with-ionic2/#/ he mentions that icons will be switching to SVG. Will these be implemented as a future version of Ionicons as a...
View ArticleI can't disable splashscreen in my apps!
@silviu_s wrote: Hello!I have deleted following lines in my config.xml <preference name="SplashScreen" value="none"/> <preference name="SplashScreenDelay" value="3000"/> And I have removed...
View ArticleProblem with the implemention push notifications using mixpanel
@MaxDunice wrote: I'm trying to implement an app that will use two features of the mixpanel:1. Track activity and analytics2. Work with push notifications (creating/tracking) For first task I'm using...
View ArticleMaster - Detail with multiple tabs, how to improve?
@dmendes wrote: Trying to find the proper way to do a Master - Detail kind of application, basically you select an item in a list and it shows the details, but the details is actually tabbed so for...
View ArticleAndroid hardware back button and the native date picker
@jwhitecse wrote: Hey, So i'm having an issue with the android hardware back button. I have a simple input field for selecting a date. <label class="item item-input"> <span...
View ArticleSave ,retrieve and upload data to a remote server
@owolabi wrote: Hello all,Many thanks for all your tutorials that have greatly helped and helping us in so many ways.Please, i have problem at hands to solve though i'm a newbie in angular/ionic. 1) I...
View ArticleHow to create a cvs file from a JSON array
@shensi wrote: Hi guys,I am looking for a solution to create a csv (or excel) file from a Json array (on the fly). Do I need to use a temporary file (with the default cordova plugin for instance) and...
View ArticleAnyone have any luck with Cordova Local Notifications? Katzer's plugin is...
@jbalchun wrote: I'm trying to use the plugin here: https://github.com/katzer/cordova-plugin-local-notifications I'm not using ngCordova, and I'd prefer not to. I'm scheduling the call as basically as...
View ArticleIonic app stops working
@sojiaye wrote: I am reading a json file and displaying in the view.My JSON FILE[ { "DayNum": "1", "Date": "January 01, 2015", "Title": "Miracle Rain", "By": "By Poh Fang Chia", "Passage": "1 Kings...
View ArticleSaving Form Field Values on Back Button
@Kenyon wrote: The back button works like a cancel, but I've got a case where I'd like to persist some form field values when the user goes back. localStorage is an option, but I'm wondering if...
View ArticleIs your app declaration contained in 'app.js'?
@MattArnold93 wrote: Trying to add the platform webservice to my app, and I keep getting this error: ERROR: Error: ENOENT, open './www/js/app.js' at Error (native) Is your app declaration contained in...
View ArticleHow to implement scattered chart in ionic framework using chart.js?
@withravis wrote: I need to implement scattered chart in ionic framework using chart.js. Can anyone guide me how to do so ? Posts: 1 Participants: 1 Read full topic
View Article$scope.form.$setPristine Does not work
@sinkz wrote: I have a form which is within a modal: <script id="my-modal.html" type="text/ng-template"> <ion-modal-view class="back"> <ion-header-bar class="bar-dark"> <h1...
View ArticleIon-nav-back-button on the right side for 1 page
@tomvanhuffel wrote: The back button that will appear when you go to new view is on the left side.How can i set the button on the right side for 1 view and if possible let the view enter and leave...
View ArticleEdit name of the app in package.json
@pierro wrote: Hi, Can I change the name of the app in package.json file? without consequences? It's using an old name from the time I first created the project. Posts: 2 Participants: 2 Read full topic
View ArticleSlide-menu-content not working in tabs in app.js
@gowrisankar509 wrote: Hi Guys, i am new to ionic.now i am try to create slide menu in ionic app.its working good in normal pages.But when i am integrate slide menu to tabs page.it not working.These...
View Article