Close ionicModal when click to notification
@duonglei wrote: Hi, could somebody help me on this?In my app, clicking to a notification will navigate to other view, like this: cordova.plugins.notification.local.on("click", function(notification)...
View ArticleAscending and Descending in Ionic
@segokucink wrote: Hi. I have a problem.i want to ascending and descending my list by name.for example , here is my controller : ` .controller('cariCtrl',function($scope,$http,$state,Cari){...
View ArticleIoni Push notification
@totofe wrote: Hi,I try to Sending Push Notification with Ionic.io.I using this same code http://docs.ionic.io/docs/push-full-setup But, when I run my app, I have this error : ionic.io.bundle.min.js:3...
View ArticleUse cordova camera
@Elorenzo wrote: Hi !I'm here because i have a little problem with the use of cordova camera, i have make several tutorials including this one : www.thepolyglotdeveloper.com Use The Android And iOS...
View ArticleWindow.open not working
@jcmag wrote: Hi, I'm using this kind of link in my ionic app: <a href="#" onClick="window.open('https://google.com', '_system', 'location=yes');return false;">link</a> It works in a...
View ArticleionicUser.save() returns 401 after upgrade to 1.2.4
@blunder wrote: Hi, I've been using successfully the ionic platform: "ionic": "driftyco/ionic-bower#1.1.1", "ionic-platform-web-client": "~0.2.1", and now I'm upgrading into the latest ionic 1.2.4:...
View ArticleIonic deploy: no updates avaiable
@Shinji89 wrote: Hi,I'm tryng to use ionic deploy. For upload i use: ionic upload --note 'test' Then on a button i have: `this.checkUpdate = () => { let deploy = new Ionic.Deploy();...
View ArticleStarting ionic app starts with a grey line
@Sagamang wrote: Since several weeks I have the following issue: Everytime I start my app I see a grey line in the middle. Not only in the browsers but also on the devices. Pasted image1161x525 429 KB...
View ArticleIs it possible to remove the checkmark within the select in Ipad?
@jamarfal wrote: Hi all, My application runs only and ipads. I have a select: I would like to remove the checkmark in the right side or change the color. Is this possible? Thanks! Posts: 1...
View ArticleProblem in ToggleButton while referring ionic.bundle.js
@FranzA wrote: Hi Team, I have referred the ionic.bundle.js file (v1.2.4) in my application along with third party script file.When I try to render the third party component (Toggle button), it...
View ArticleCompilation Building Deploy for each Android / IOS
@u8prototype wrote: There is a service in Ionic community or site , for deploy APP online for each platform Android / IOS ? By example, I code one APP in LINUX for Android or in IOS (vm) like Yosemite...
View ArticleMemory bugs with iOS
@comtown wrote: Hello I'm building an app with Ionic 1.7.14 and Cordova 6.0.0.Since the beginning of the development, I have trouble with memory. When I build the app in Xcode, sometimes memory grows...
View ArticleTabs scope no update
@matteoquintero wrote: Tabs scope no update I make a query to a remote server in service, the data controller assigned to the scope but not reflected in html . Controller ` .controller('TabCtrl',...
View ArticleTheming Loading Indicator
@RaghavendraKumar wrote: Hi, I am using dynamic themes in my app. So the themes basically control all the look and feel. I would also like to change the color of the ionic loading spinner using theme....
View ArticleConfig.xml versus Package.json (Best Practices)
@alexbrodsky wrote: Some of the plugins I use are saved in config.xml and others are saved in my package.json file. I've noticed that when I use "cordova plugin add..." that plugins are added to the...
View ArticleIonic and json
@camilo1822 wrote: hola quiero mostrar los datos de un json con ionic usando el siguiente codigo: app.controller('LugaresCtrl',function($scope,$http){...
View ArticleHow I can pass a value in localStorage to InAppBrowser using executescript event
@nad3o wrote: Hello! I have a problem with the plugin InAppBrowser. I would like to insert a value stored in localStorage from my ionic app in a form on my website (username and password). It works...
View ArticleGoogle map not appear in my device (Android)
@gnout wrote: Hi allGoogle map does not appear in my device (Samsung SIII mini) when I installed the application.Anyone has any idea how to fix it?Thanks in advance. Edit:I found the error. It seems...
View ArticlePosition issue when deployed to device
@pjhartin wrote: Loving ionic2 but noticed today upon deploying to a device and simulator that alignment is off in a few elements. In the screencast below, you can see that the avatar-img and...
View ArticleScroll after the images finish loading
@MhamadK wrote: Hi everyone, I was wondering if anyone of you know a solution to something that I am facing. So to simplify things, let's say that I have an app that has a list of images, they're...
View Article