Impossible to Install Cordova Ionic
@syphax_coder wrote: Hello everybody. I have a problem installing Ionic Cordova on my Windows 8.1 x64 bits using NPM v3.5.1 with NodeJS v5.2.0 here is the console log : C:\vendor\js└─┬ ionic@1.7.12...
View ArticlecordovaInAppBrowser and keep cookies
@domator wrote: I have a problem. In my app, i open site using inappbrowser... but unfortunately, when I KILL (not close) my application and restart it, all cookies from this site are not saved... How...
View ArticleError update ionic
@sioesi wrote: Try updating to enhance ionic some problems with updating my application in iTunes Connect. Now after updating I get this error when trying to install again and I can not....
View ArticleDatabase for my Ionic app
@avihazut wrote: I've wonder what database you guys recommended for my Ionic app?Can I use SQL Sever, or anything else you guys think?Should I use cloud as Azure and what are my other options for...
View ArticleWhat IDE I should use?
@avihazut wrote: I'm currently using Visual Studio but wonder if there any other recommendations? Thank you! Posts: 3 Participants: 3 Read full topic
View ArticleWhat 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 ArticleStep by step tutorial series from idea to the app stores
@Hitman666 wrote: Hey guys, You may have stumbled upon one of the tutorials I already wrote, and some are actually visited quite a lot from this forum (for example Posting data from Ionic app to php...
View ArticleCordova CLI will not install
@lync0056 wrote: Hi all I can’t seem to run any of my applications in IOS or Android Simulator. Was hoping somebody could please assist. It would be greatly appreciated. From reading , it seems it has...
View ArticleCard list with a text based avatar instead of an image
@s3rg1 wrote: Hello, How can I create a card list with a header containing a text + title/subtitle where the text is placed where the standard avatar image is?I'm looking for the Nine Inch Nails...
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 to use $cordovaFileTransfer upload multiple images?
@jhl wrote: filePath = ['xxxx','xxx']; $cordovaFileTransfer.upload(server, filePath, options) .then(function(result) { }, function(err) { // Error console.log(err); }, function (progress) { //...
View ArticleHalf background
@kihtrak wrote: hi, i need help to set background into ion-content. but i need my image half and white space half on ion content. how to do it? Posts: 1 Participants: 1 Read full topic
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 ArticleUnable to instantiate module
@Aj_Rev wrote: Hi, I am in the process of learning ionic with firebase as the backend. I am trying to build a test application with reference to this tutorial...
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 ArticleFile download problem in ionic
@soumik wrote: Hi guys,I am new in ionic. I am trying to download a file form AWS, but unable to download it.Could you please guide me on this topic. Below is my HTML code <script...
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 Article