Combine $http and $cordovaGeolocation results
@neshke89 wrote: I have nex workflow: when user open some view, his location should be found, and then http request should be sent and afterwards response parsed into view. I have resolved this by...
View ArticleForm not getting submitted
@dilipwk wrote: <form ng-submit="psubmit()" action="http://example.com/api" name="payment" id="payment" method="POST" enctype="multipart/form-data"> <input type="text" value="17759"...
View ArticleCordova.Diganostic.IsLocationEnabled always returns true
@neshke89 wrote: As title says, whether location is turned off or on success callback is always triggered. Anyone got any suggestions? if (window.cordova) {...
View ArticleIndependent parallel history for each sidemenu
@mlombard wrote: Hi all! I understand each ionic tab has a separate history. I would like to obtain the same effect for ionic sidemenu: that is, I need to perform navigation within a sidemenu, and I...
View ArticleRange input is not draggable
@afallou wrote: Hi all, When I use an <input type="range">, I can touch somewhere on the slider bar and the selector (small round element on the slide bar) will move to the right place. However,...
View ArticleIcon notification missing on some Android devices
@Mik378 wrote: Hi, Some users complain about the icon in the notification bar not present in the last release of my app. Have to know that with 1.1.0 release, Ionic deals with "resources" folder in...
View ArticleCached state controller instantiates on some state changes
@lastmj wrote: I have a state with a controller, and I have cache: true set. Sometimes when I navigate to the state after the first time, the controller is being instantiated. Why? Shouldn't the state...
View ArticleIonic tabs and side menu dos not appear on load screen
@rsa wrote: I was planed to develop an MVC instead SPA if is possible please guide me index.html <html ng-app="Myapp"> <head> <meta charset="utf-8"> <meta name="viewport"...
View ArticleCanot Open Single post from all post archive
@Kotshgfx wrote: I try to open details of news from archive, Now i am in home, And have categories in home page of my APP, Then when i click on any category we open all post in this category, Bu my...
View ArticleIonic table not letting me vertical allign contents of table cell (td) and a...
@cooervo wrote: So I have this code pen works fine: http://codepen.io/cooervo/pen/LpNqQR?editors=110 But I'm trying the same in ionic and I get: It has a weird internal padding and also things arrent...
View ArticleBack button exits the app in Android even though we are navigating from a...
@aloks wrote: Using Ionic v1.0.1 The ionic app has a side menu of the following structure: <ion-side-menus enable-menu-with-back-views ="true"> <ion-side-menu-content...
View ArticleLeaflet Android Bug when going back to previous page
@chris_reed01 wrote: Hi, I am stuck with a bug for Android only when using a leaflet map. The map displays perfectly, with all icons etc., however if I click on the Map i.e click on a Map market or...
View ArticleIs $ionicUser.generateGUID( ) unique in an app or an device...?
@JayCasee wrote: Is $ionicUser.generateGUID( ) unique in an app or an device...? For an example, if I get a GUID from a device, can I share it with 2 apps (that I made) in the device...? Posts: 1...
View ArticleAnalytics wish
@pcr wrote: Hi, I appreciate Ionic very much. My client asked me to access to Analytics of his app. But we don't want to share the same userId. Is this possible?? Posts: 1 Participants: 1 Read full...
View ArticleHow to submit form to external url
@dilipwk wrote: I am working in a mobile app with payment gateway. I want to send form data to a external url to process payment. like <form action="example.com/api" method="post"> <input...
View ArticleLayering Issue when using Fixed elements and switching views from the side menu
@GarthWood wrote: Hey I have come across a layering issue when using fixed-position elements and switching views from the side menu. I start by showing a fixed-positioned div (with a background image)...
View ArticleCreate new Sass variable
@teddykossoko wrote: Hi everybody, sorry if my question is a bit stupid, but I'm new with Ionic.I want for my app to create a personal scss file. So I creates first a file _sed.scss in the folder...
View ArticleChange Ionic App name in "Ionic Lab"
@iamjb wrote: Hi, I am try develop ionic app with the Ionic Lab on Mac How to change the project name in "Ionic Lab"?I created a project with cli tools "ionic start modalIonicTemplate blank".And...
View ArticleCan I re-render the ui when the app launch from background to foreground?
@iamjb wrote: Hi, Can Ionic control the event of launching the app from background to foreground?I want the app back to login page when the app launch from background to foregroundand no redirect...
View ArticleIonic Header overlapping ion content
@priyank123 wrote: Here is my code, what am I doing wrong ? <ion-header class="bar-header"> <div class="bar bar-header bar-royal"> <h1 class="title">App</h1> </div>...
View Article