Back 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 ArticleBlank white screen on android device
@owolabi wrote: 846854 error No Content-Security-Policy meta tag found. Please add onewhen using the cordova-plugin-whitelist plugin. Posts: 2 Participants: 2 Read full topic
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 ArticleIos-sim and Xcode 7
@encodedmirko wrote: Not specific to Ionic, but after upgrading Xcode from 6.x to 7.0 I'm unable to launch the iOS simulator with ionic emulate ios. After some investigation, I found that typing...
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 ArticleBlank Screen Windows Phone
@slicc wrote: I've written an Ionic test app, it has been deployed to azure as a web app for test purposes (no cordova stuff yet). I can successfully view the app in all desktop browsers...
View ArticleList of images are not showing on Load until I Swipe!
@ionicnewbie123 wrote: Hello,I have the following HTML <div class="list"> <div collection-repeat="post in posts" collection-item-width="50%" collection-item-height="50%"> <img...
View ArticleAzure mobile service oauth implementation does not work on android phone &...
@PuneetKumarDhall wrote: I am building a hybrid mobile application using Ionic, Angular, Azure mobile services (Java script Backend –Node.js). This application does various thingslike inserting,...
View ArticleNeed help to build iOS version of ready cordova project
@naveenkarippai1 wrote: Could someone please help to build an iOS version of a ready cordova project ? I run a Linux machine (need MAC OS to build). The build purpose is just for learning. The cordova...
View ArticleTrigger Infinite scroll once items are cleared
@aWebdeveloper wrote: Look at this codepen - http://codepen.io/anon/pen/pjboLg?editors=101 If it hit clear it doesnt trigger loadMore. I know i can manually call loadMore but i will endup losing the...
View ArticleIonic emulate ios doesn't do anything
@Sefa wrote: Hello, I tried ionic long time ago. Today i wanted to try something with it but had problems updating ionic and cordova. So i uninstalled both and reinstalled using npm install -g cordova...
View ArticleIf i use one time bind of angularjs in ion-list, it would not work?!
@fkkcloud wrote: I am using one time binding like so below, ng-repeat="post in ::posts" within ion-list, if I use ion-list, it would not work? Posts: 1 Participants: 1 Read full topic
View ArticleIon-content does not show anything in it - just a blank white screen
@dtruel wrote: Hi All, I built an app that works fine in the browser, but when I run it on my device or in ios emulator, nothing shows up. I have looked in the inspector, and the ion-content directive...
View Article