Modals scroll textareas out of view
Thanks for the tip. Unfortunately, this is happening for other inputs like normal text inputs and selects.
View ArticleWhat are you building with Ionic? We want to know!
Emergency Medicine - Physicians' daily situations. NOT technical. Lots of lay people like Medical TV DramaHaving difficulty choosing noSql db. Could use what others have done/learned.
View ArticleTemporary publishing an app
Do you know of Ionic View ? If not: You can upload your Ionic App via the command "ionic upload". Then you will receive a key which you can enter in the Ionic View app to download it. It is the...
View ArticleMultilanguaje App
In Google Play you can translate your app using a XML file, Can I have the same "code" and a file with the diferents strings to translate?Or how can I have the same app in some languajes. Thanks in...
View ArticleGrid question
Glad it worked, tough the first one i suggested looks kind of like a hacky workaround.
View ArticleConfused about the file structure of ionic 2
Thanks for your reply. But it did not convince me. Based on the discussing, the build folder should be the result of the build which can be removed safely. Do you think to put a templateUrl to a...
View ArticleAccordion List Differentiated
You need to make a new ion-list for the grand children.. Your putting them in the header to toggle the parent.
View ArticleButton in navigation bar
Zeak: nav.setRoot(HomePage); Thanks. It works. So it means there is no way to hide back button unless you set the current page to the root of the navigation stack.
View ArticleUnable to remove phonegap-plugin-push
Whenever I run ionic plugin remove phonegap-plugin-pushIt returnsUninstalling phonegap-plugin-push from androidUninstalling phonegap-plugin-push from iosError: Cannot read property 'buffer' of...
View ArticleNeed help with ui-router
eut: var currentArticleRef = new Firebase(FIREBASE_URL + 'articles/' + $scope.$stateParams); i don't use firebase but i think that new Firebase(FIREBASE_URL + 'articles/' +$scope.currentArticle);...
View ArticleI'm looking for Full Ionic app integrated with MySQL
Hi,After reading a lot of tutorials and trying to create some simple apps with Ionic & AngularJS, I'm looking for full Ionic applications , in order to learn how to do it right (=>Best...
View ArticleIon-option-button width?
If anyone is going through this question (just like I did): In order to achieve what has been asked above: HTML <ion-option-button class="custom-option-btn"> <p>Button Text</p>...
View ArticleHow to disable content scrolling?
my problem is that I want to stop active scrolling on the Formular content.<ion-content delegate-handle="formularContent" overflow-scroll="true">...
View ArticleI'm looking for Full Ionic app integrated with MySQL
hi,my first recommendation is start learning ionic 2 and type scriptyou will get much more... with the app you buy you have Wordpress Integration the question is much more complicated wich kind of...
View ArticleStrange sizing of body
Hi all,I'm trying to implement a swipe-to-change-page feature; yet, when I swipe to the left, the app scrolls a bit to the left, even though I have scrolling set to false; it seems like it's the...
View ArticleIonic 2 with ng-cordova
Wow.This just works. Thank you so much!"you just made my day".toUpperCase()
View ArticleNeed help with ui-router
hi ItamarCohen, thank you so much for your time and suggestion but, unfortunately, it didn't help. i am really confused now because more-or-less same code works fine as angular website (with...
View ArticleReleasing apps with Ionic
Thanks for your answer. I have been interested when I saw you manage to work on IE9 in ionic, because I know that very few people will work on this in 2016... I have to make an app for IOS, Android,...
View ArticleIonic is not defined when using ionic-push
@Chacho Happy to hear that it worked for you ;D
View ArticleIon-radio with checked="true" does not work?
Try do it: view:< ion-radio ng-repeat="user in userAnswers" ng-value="user.answer" ng-model="finalAnswer">{{ user.text }}< /ion-radio> controller:$scope.userAnswers = [ { text: "Backbone",...
View Article