What is this message?
@nururddin wrote: Probably running inside a companion app, your app may crash if your html file is not in the root! ??? Posts: 1 Participants: 1 Read full topic
View ArticleScreen jumps on input focus, ios
@yghanem wrote: When I focus on input text fields the screen jumps, an example of the issue is here https://vid.me/nMU I already tried the Cordova disable scroll plugin but the issue still not fixed...
View ArticleHow get some data from json?
@andy87 wrote: controllers.js var vanapp = angular.module('starter.controllers', ['ngRoute']) .config(function($routeProvider) { $routeProvider .when('/', { templateUrl:'login.html' })...
View ArticleHow to Put data from http get to a database?
@andy87 wrote: controllers.js var vanapp = angular.module('starter.controllers', ['ngRoute']) .config(function($routeProvider) { $routeProvider .when('/', { templateUrl:'login.html' })...
View ArticleRight Align ion-checkbox
@andrew_milici wrote: Hi guys I'm trying to create an app that contains an ion-list and various components within it, I've got the following code so far: <ion-list> <p class="item...
View ArticleMy first app using
@harshitgoel96 wrote: I was happy with the latest code update in ionic 1.2 with new release of as a replacement of I find the new feature a breeze to use and give better UX. The entire working app for...
View ArticleHow to install different project in one device
@sabardotnet wrote: i have two project ionic, customer and reseller, when i run ionic run android the reseller rewrite customer app, thought they are diffrect app_id, how to fix it, so i can install...
View ArticleSize of the project folder
@somtam wrote: Hello everybody,I have a question about the size of the project folder.I noticed that since I debug the android and ios with Android Studio and xCode, the size of the folder is...
View ArticleAdding iOS UI Testing
@tiagof wrote: How do you add iOS UI Testing to your app and version it? I was thinking of adding them with hooks, but I am not sure how to do it, since the tests change some iOS files, such as...
View ArticleVideogular in full screen on Android
@gjoris wrote: Hey guys, The current app I'm building for a client has a requirement to display video. In the first phase, Youtube video is required, but later on local video and possibly other...
View ArticleCSS transition not working in iOS
@antonfire wrote: I have used a sliding sub-header in my app using the same code as this codepen http://codepen.io/danbhala/pen/ChIEt, this works fine in browser with ionic serve but on device the...
View ArticleiOS keyboard Number with Comma
@videmort wrote: With that <input type="number" id="number" pattern="[0-9]*">I see that keyboard bBxpD.jpg640x521 23.7 KB But... i need this other with the comma if9om.jpg640x521 25.3 KB I tried...
View ArticleCannot find module 'babel/polyfill' at ionic serve command
@asanc wrote: When I run my Ionic project in my workstation with "ionic serve" command I receive an error telling me that "babel/polyfill" was not found. I'm trying to make live changes and due to...
View ArticlePrevent horizontal bounce / over scroll effect on iOS
@Yue_Hong wrote: I have some custom page layout, it work great and look nice on both Android and iOS. The page is long and scroll only vertically. But the problem is, there is horizontal bounce / over...
View ArticleIon-nav-bar some of the ion tags not working
@gayatri31 wrote: Hi,I'm using Android Studio for Ionic projects... I'm new to Ionic, in my project none of the ion tags are working, CSS styles and classes are working..., and so on are not...
View ArticleTab content gets removed
@joconolimits wrote: Hey Ninjas, anyone can help me I have an app which has side menu navigation. Now in one view which shows entry details I have two tabs.My problem is that as soon as I change tab...
View ArticleHow to create ionic modal?
@abdurrahmanekr wrote: my English is not goodi am from turkeyWhere should I put the file in which Can you tell us one by one ? please Posts: 4 Participants: 3 Read full topic
View ArticleHow put data from http request to database and list
@fabiobalsamo wrote: Hi i need to put data from JSON object(take from a http request) to table of database and in a list...how can i do that?? $scope.chiamataUno = function() { var authdata =...
View ArticleWhere should I call $ionicHistory.clearHistory when changing state?
@pxdev wrote: Hi everyone, we have an application where we have two sets of states: the states where the user is authenticated (they're all children of "site" state) and the states where the user is...
View ArticleCan no longer build apk for android after updating to Ionic 1.2.0, but...
@stefk wrote: I upgraded to Ionic 1.2.0 today, which was great as it fixed some irritating bugs. However since upgrading I am no longer able to run ionic build android or ionic build android...
View Article