Browser back button breaks app
@sibbaldl wrote: Hi everyone So I've just discovered a weird issue with my mobile web app (not native): when someone drills down in to a sub menu page using the left-sided slide out menu, and then...
View ArticleHow can edit item in todo app
@dinhdd wrote: Hi AllIm a newbie.How can i edit item in todo appHere my controller .controller('TodoCtrl', function($ionicPopup, $scope, $timeout, $ionicModal, Projects, $ionicSideMenuDelegate,...
View ArticleDeploy and Distribute Ionic App through private app store
@induriprakash wrote: Hi, We are working on an Ionic App and about to release.As part of security mechanism, we don;t want to distribute the app through public app stores.As people can easily reverse...
View ArticleAdd custom actions to contacts
@jeremyscalpello wrote: Hey guys. I'm trying to figure out how to add custom actions / fields to contacts which when clicked are handled by my app. Think something like how WhatsApp and Viber add...
View ArticleIonic Problem when scrolling
@Afondevi wrote: Hi everyone, For begin, sorry for my broken English Lately, I have a big problem when I scroll on the profile page of my Ionic project. Here in picture what's going on my device when...
View ArticleProblem with export *.ipa file
@Pet3k wrote: Hello Dear All, First I apologise for my english.could you help me with small problem I want to create *.ipa file from ionic project, but in indentify area xcode told me that I must "Fix...
View ArticleHow to remove backdrop from ionicPopover?
@popatshirsath wrote: I want to use ionicPopover functionality on my browser application. I am showing ionicPopover on mouseenter but because of that on background backdrop div is displayed. But in...
View ArticleIonic services Error
@mymanga wrote: I am getting weird "happenings". Ionic packageIOnic package has been working for me till today. When i try to build an android app, the apk that generated is based off the "hello...
View ArticleHow to bind image in angularjs from firebase storage?
@prtercio wrote: How to bind image in angularjs from firebase storage?Service: getPicture: function(ref) { var q = $q.defer(); ref.getDownloadURL().then(function(url) { q.resolve(url);...
View ArticleIonic-plugin-deeplinks issue, when app is in warmstate
@babion wrote: I am using ionic-plugin-deeplinks for deeplinking, deeplink works properly when app is in background . But it fails to route when the app is foreground and inactive. My code structure...
View ArticleWhite space gap on input text (iPad and iPhone)
@ubaidseth wrote: I can't for the life of me understand why it's doing this. I keep seeing a gap on all my input texts. Attached a screenshot from my iPad IMG_0001.PNG951x713 10.2 KB Posts: 2...
View ArticleStatusBar Over WebView Android
@ebikhafan wrote: Hi. is there a way for me to make app height to 100% of device and give a padding-top for the status barbackground to use my own custom background-image for status-bar ? Posts: 1...
View ArticleEmbed youtube video
@Vieroli wrote: Hi everyone, I have a problem while embeding youtube video in my ionic app. It works on chrome or firefox and in the android simulator, but it doesn't work on the iphone when I install...
View ArticleiOS - tabs back button actually says "back" - how to remove?
@rolinger wrote: Hello all. Here is my code for a tab: <ion-view> <ion-nav-title> <img style='margin:8px 5px 10px 0;float:left;' ng-src='{{item.icon}}'>{{item.vendor}} -...
View ArticleColection-repeat displays list incorrectly
@qbeinnovation wrote: So I have list that when I use ng-repeat to fill it, it displays properly and fills out the scrollable list as expected.Howerver, if I take the below code and change it to...
View ArticleHaving some trouble with scope/http/views/state
@sauravo14 wrote: Hi, I am pretty much a beginner at any sort of web/mobile development. I have been working towards a solution to display tabulated data on a mobile. My data is in a Google Sheet,...
View ArticleVarible Global not woking
@roma35 wrote: hi everyone, I need your help I have a simple code var globalvar = 0; // this is my variable global // this is my controllerzupaios.controller('lista',function($scope){ var timestore =...
View ArticleIonic with mysql and php
@tenison201 wrote: can anyone help me connect ionic to mysql database using php Posts: 1 Participants: 1 Read full topic
View ArticleCross tab issue
@FrankPolkm wrote: Hi, here is the demo of the issue: https://codepen.io/frankpolkm/pen/RRYyVoif you click 'Tabs Nav Stack' on the home page first after the page load, then you have no chance to see...
View ArticleCreate image thumbnail grid and upload them to server
@ramose wrote: Hi all, What is the good way to put imagepicker result (album or camera) into grid of thumbnails and then upload them all to server? Thanks. Posts: 1 Participants: 1 Read full topic
View Article