Having trouble setting up Facebook ads in my ionic project
@marcos702 wrote: so far I have angular.module('mobionicApp', ['ionic','ngCordova']} .run(function($ionicPlatform, $cordovaFacebookAds,) { $ionicPlatform.ready(function() {var ad_units = {ios :...
View ArticleTutorial not working in visual studio 2015
@prolink007 wrote: Running the following command to start the ionic 2 tutorial. ionic start MyApp tutorial --v2 I pull that project into visual studio 2015 using New Project form existing code ->...
View ArticleWebpack failure targeting typescript
@swarner wrote: After converting the stock application (from the cutePuppyPics example) to typescript, webpack responds with: ./www/app/app.jsModule build failed: Error: File...
View ArticleKeyboard closing causes entire page to disappear
@BrewCrew wrote: I have a form with a textarea using angular-elastic. I can edit the content but when the keyboard closes the entire page disappears about a 1/2 second after the keyboard closes. All...
View ArticleAndroid Nav-Bar Title Mis-aligned on Transition
@Hawkeye wrote: Hi, I'm wondering if anyone can help me with this one. My $ionicConfigProvider is set up as follows: $ionicConfigProvider.backButton.previousTitleText(false).text('Back'); However more...
View ArticleIonic Resources Issue
@outfitpic wrote: I'm having an issue creating a new splash screen and icon from 'Ionic resources' . it keeps saying its building from the cache and I can't figure out where those files are. The...
View ArticleChange icon if the value is 0 or 1...ng-class - ng-ig
@fabiobalsamo wrote: hi, i'm still there!!! i need your help, i need to show an 'ion-checkmark-circled' or an 'ion-close-circled' in a list item if the values of "archiviate.approvata" is true or...
View ArticleCss best practices for responsive header
@LouisR wrote: Hi everybody, I want to modify the header and subheader css heights to make them responsive (I use media queries on font-size and then rem` units everywhere).I am doing this for now,...
View ArticleNg-if or ng-show behave inconsistently at a page that requires scrolling
@ninthbeat wrote: Hello, I have a list of repeated items that is causing the scrollbar to show. When I try to add item dynamically by using ng-show or ng-if, it behaves inconsistently. Here is the...
View ArticleHow to handle iddle app
@pierro wrote: Hi all, I'm trying to handle when my app goes background. The main purpose is to reload the whole app if the user comes after more than 30seconds with the app in background for example....
View ArticleApp.js Different Module Structures?
@Shredmer wrote: I am working on implementing authentication into my ionic app by following a tutorial (http://devdactic.com/user-auth-angularjs-ionic/) and noticed that the app.js structure in the...
View ArticleCSS definition for class row to use min-width instead of width
@pedromarce wrote: Hi, When using row inside a list, the width defined at 100% behaves quite oddly, applying padding and margins differently on the left and right side for instance. All these problems...
View ArticleIOS 9 Header broken
@qz2rg4 wrote: Does any one know how to fix this for ios9 Please see examplehttp://screencast.com/t/vAgbQxjMiri Posts: 2 Participants: 2 Read full topic
View ArticleCordova media is very slow to play on iOS
@Pasinetti wrote: I apologize for my bad English but i'm italian and i don't speak english very well. I have a problem with audio player, is very slow to start on iOS (not on android)....
View ArticleScrolling List Issue
@markbbishop wrote: I have a simple controller getting json information within slide-box-tabs plugin. I can't figure out why the list isn't scrolling. Here is my codepen link: (the list is on tab6)...
View ArticleHow to create different build profiles? (test, debug, release etc.)
@lukaszt wrote: Hi I want to create different build profiles (similar to maven profiles)i need one version (basically a set of files) for internal tests/dev (with some mocks for services)and other...
View ArticleBlock app without internet connection
@Freier wrote: Hello all, I'm very new in Ionic and Javascript and I need a little bit help.I use a Ionic SideMenu Template with different HTTP-Requests. I would like block the app or only the...
View ArticlePush Nofification open 5 times ionicPopup
@Freier wrote: Hello, I need a little bit help.I send push notification to my app and when a message arrived I would like open an popup dialog and after press OK, redirect the user to a page....
View ArticleIonic push service synchronize interval
@shillie wrote: I guess this is a general question about Ionic push. Is it possible to set an interval in seconds or minutes when to check for notifications. About 800 requests has been made while...
View ArticleIonic run ios something error
@jhl wrote: 螢幕快照 2015-11-20 上午2.46.02.png1152x902 130 KB Posts: 1 Participants: 1 Read full topic
View Article