Strange behavior after upgrading to Cordova 6 + Ionic latest 1.2.x
Still no replies about those issues?
View ArticleHow do clear tab in tabs-page
I can! thanks. forum.ionicframework.com Ionic2 Hide Tabs I want to hide tabs bar on a specific page. How can I do that? Thanks
View ArticleUsing a webpack-dev-server proxy
My fault, when I started ionic serves the first time I chose the IP number, not localhost .... so instead of using the http: // localhost: 8100 was only using http://192.168.0.28:8100 Thanks !!
View ArticleIonic 2 proxies is already implemented?
Using proxies in ionic2: https://forum.ionicframework.com/t/using-a-webpack-dev-server-proxy/43934
View ArticleHandling events
Hello I don't know how to add a click event to a component. Can anyone help me thank you
View ArticleIonic2 typescript project with cordova plugins
Thanks @Tommertom ! It works like a charm.
View ArticleHelp me for data binding
Hi, I'm testing ionic for my app. My simple test is .. When MQTT data arrived periodically, the data on html page should be changed without user's page refreshing or reload. Data arrived every 1sec.My...
View ArticlengCordova appversione clarification
hi all im using ngcordova to retreive app information like version, versioncode etc..when i try to print versioncode the number i get is much longer than i expect. my android version code is 18 and...
View Article3D side menu
Hi I tried this http://codepen.io/ezazwar1/pen/dGEJxL pen with latest ionic bundle .js but it doesnt seem to be working can anyone point out me the problem http://codepen.io/ezazwar1/pen/dGEJxL...
View ArticleHelp me for data binding
@loganIonic use $scope.apply to update your domtry like this $scope.apply(function(){ $scope.data.mqttMessage=parsed; });
View ArticleIonic2 typescript project with cordova plugins
Great! Btw, I didnt get the DeviceOrientation plugin to work. Whenever I tilt my laptop screen the orientation stays landscape (just kidding: cordova plugins dont work on ionic serve as you may have...
View ArticleNavigation in Ionic 2
no errors on the console. i am working on PC,and chrome.i can work with android emulateor => chrome,bat if i chuse to emulate IOS on chrome it looks bad and not so functunal , as the Android
View ArticleIonic 2 QR scanner
How can i set the result.text in this.url inside the function. Because the this is different in that function. the this.url is connected with a input field
View ArticleHandling events
@ameni ng-click directive is used in angularjs to handle click eventtry like this in your template <div ng-click = "click_me()"> </div> and In Controller handle this click event...
View ArticleHandling events
thank you but I am using ionic 2events are handled in another way I suppose
View ArticleHelp me for data binding
I changed the code as you suggested.But not working and console said .. Uncaught TypeError: $scope.apply is not a function .controller('MqttCtrl', function($scope, $stateParams) { $scope.data = {...
View ArticleHelp me for data binding
Great Thank you for your help It was $scope.$apply() for working.
View ArticleHow to remove space at the top of navbar
Hi everyone.I'm developing an ionic 2 typescript APP, only for iOS devices.I want to hide StatusBar and I can do that installing cordova-plugin-statusbar and, after platform ready... if ( StatusBar )...
View ArticleHow to display the Tabs on the bottom in android?
I'm using ionic v2 and I'd like to display my tabs at the bottom of my app. some help plz???
View Article