Error Modal : Can't reopen after changing view
@jeoff09 wrote: Hello everybody, I come to you to fix a problem with ionic modal. I have two views one for the home page and another for a scanner and showing a modal. 1) I start in my home page, when...
View ArticleHow fix bug live reload :undefined
@ngocphu wrote: i used ionic serve for test app. but live reload server: undefinedhow fix it bug.png676x717 46.6 KB Posts: 1 Participants: 1 Read full topic
View ArticleAlways appears Ionic Blank starter after build my app
@PRO0 wrote: Hi, After seems all my installation is correct i made an app.All seem to be fine when ionic serve is executed. But after tried ionic build or ionic emulate i always get the resulting app...
View ArticlePackage for IOS
@rolfe wrote: Can anyone give an easy explanation how to build with package ios without an mac. I do not understand how to get the right tag in the profile Posts: 1 Participants: 1 Read full topic
View ArticleHow to add sound file to resources
@justwe wrote: Hey everyone, I want put a mp3 file to resources,so i edit config.xml like this <platform name="android"> <source-file src="resources/android/sound/sound.mp3"...
View ArticleDowngrade to v1.2 from v2
@totoni wrote: Hi!I tried to upgrade to Ionic v2 b23, but I get some error: - WARN: ionic.project has been renamed to ionic.config.json, please rename it.and Failed to find the bower component...
View ArticleHow to use https to send request and response?
@enamul95 wrote: Hello sir, I am sending request useing http . But i want to send requst to https instead of http. How can i use https? Please help me.. Posts: 2 Participants: 2 Read full topic
View ArticleHow to send data to server from client in secure way?
@enamul95 wrote: Hello Sir, My apps are related client server . how to send data to server from client in secure way? Please suggest me... Posts: 1 Participants: 1 Read full topic
View ArticleExtending global angular object - good practice?
@leschirmeur wrote: Hi there! In an Ionic project we are extending the global angular object like this: angular .module('demo') .config(extendAngular); function extendAngular() {...
View ArticleWrapping code in anonymous closures - good practice?
@leschirmeur wrote: Hi there! In an Ionic project we are wrapping code from each js file in an anonymous closure like this: (function () { 'use strict'; angular .module('demo')...
View ArticleClick events within the framework
@alimac83 wrote: I'm currently trying to integrate a calendar plugin within my Ionic app: http://kylestetz.github.io/CLNDR/ The problem I'm having is that none of the click events are firing when...
View ArticleAccounts.loginWithFacebook in Ionic with Meteor
@JulD wrote: Hello all, I'm using Ionic with Meteor. I've initially setup the Ionic project, and inside it set up my Meteor project. I'm using angular-meteor and meteor-client-side to make the 2 work...
View ArticleIonic navigation shows a white header of prev page
@ramakrishnaiton wrote: Ionic navigation shows a white header of prev page for a fraction of a second Posts: 1 Participants: 1 Read full topic
View ArticleIon-view animation enter
@nuvorm wrote: hello, I did a lot of googling and docs reading but cant find a way to set the starting transform of a view. it looks like the transform for a cached ion-view is set by javascrip.is...
View ArticleIonic - Cordova - PhoneGap
@leoni wrote: Hello. I'm newbie.I began to learn about mobile app and i want to star it. I've found a lot of documentation and framework about that.I've install android studio and want start my...
View ArticlePlugin to register/login users
@MParVis wrote: Hi, I'm reading lots of tutorials on how to make a registration and login flow using ionic. I need for my app, the typical flow HTML + PHP + MySQL, used in websites. There is a plugin...
View ArticleIonic2 with rest serivice
@vidhyajava wrote: Hi,I am developing ionic2 app, with backend rest service, Any one please redirect me to the correct samples please Thanksvidhya Posts: 1 Participants: 1 Read full topic
View ArticleDeveloping in ionic2 - ionic serve or browser refresh to a particular page...
@Mobius77 wrote: At the moment when I am developing in ionic 2, whenever I make a coding/html change and save, the live-reload kicks in and refreshes the app to the first/login page. This is a...
View ArticleIonic 2 Component Inline Html
@Xelom wrote: Hi, A lot of Ionic 2 and Angular 2 examples and tutorials use html template in Component javascript file by using "template" instead of "templateUrl". Is this the best practice in...
View ArticleUsing ion-item inside a component breaks rendering?
@gonzoide wrote: If you take a typical ion-item in a list being fed by *ngFor, everything works by the book. But if you strip out the ion-item definition to make it a document template, then rendering...
View Article