İonic Camera Example (at the same time)
simultaneously camera examplenot take picture or not take video,sample as retrica or candy camera,at the same time camera data get and show to phone. Have something like that?If you give examples ?...
View ArticleHow to create sub tabs inside a tab view?
thank you so much, but i want sub-tabs just right above main tabs. and i try your code and change the 'tabs-top' to 'tabs-bottom' or not using it.and then the sub-tabs just gone. can u help me sir. im...
View ArticleSend a get request to an Ionic app?
That won't be possible unless the device is running a server whose port is forwarded if behind NAT. You should use websockets if you want that kind of functionality. What are you trying to achieve?...
View ArticleSend a get request to an Ionic app?
I have a python backend that I want to run a script every X minutes or on a button click on a website that will get the devices location.
View ArticleCombine side menu and tabs
hi, so i just use ionic creator for bulid my template, but cant use the side-menu and tab at the same time. can u guys help me please.thank you
View ArticleConnect ionic to openerp / odoo
OpenERP from v6.1 use xmlrpc and jsonrpc, you can use jsonrpc to connect to >openerp61 (web component)
View ArticleHalf of button isnt clickable using nightly // codepen
It looks like the click event fires, but the css click (button gets darker to indicate it was clicked) never happens.
View ArticleSend a get request to an Ionic app?
In that case you want your clients (devices) to report back to the backend regularly with their location, not the other way around. The other option if you only want the device to report when you want...
View ArticleHelp me with cordova camera?
Camera.getPicture().then(function(dataURL) { setTimeout(function() { alert("dataURL:" + dataURL);}, 0); $scope.lastPhoto = "data:image/jpeg;base64," + dataURL; $scope.photoData = dataURL; },...
View ArticleNative Scrolling: Android Testers Wanted
Hi, I use no overflow-scroll is true, although on Android (4.2.2) the scrollposition is not kept? Any suggestions? I'm trying version 1.2.1, maybe it has sthg. to do with the switch to native...
View ArticleIonic + bower --> how does it work?
Hello.Thank you very much for your answers.I do not want to use "generator-ionic-gulp".Could you give a a link in which I would get the information about what to do exactly after my "bower install"...
View ArticleIon-content class="no-header" causes white (death) screen in Xcode and iPhone
Hi guys, In my ionic app I want to place some content (leaflet map) behind transparent navigation bar. I figured that the best way to do it is to use tag. Everything works and looks great in safari...
View ArticleSwipe to Go Back doesn't work in some states
Hi,I am trying to make ionic's swipe to go back work without on-swipe-right="" or similar (I want to use Ionic's regular transition); however, it refuses to work in the iOS simulator. Check out my...
View Article[Help] (Error: spawn EACCES)
Make sure that the hook exists by navigating to that folder.
View ArticlePush notifications with Ionic2
I have this in my core/settings.js var temp = new BaseSettings().factory('$ionicCoreSettings', function() { "IONIC_SETTINGS_STRING_START"; "IONIC_SETTINGS_STRING_END"; var settings = { "app_id":...
View ArticleCordova CLI will not install
lync0056: Cordova CLI: Not installed npm install -g cordova@4 This fixed it for me
View ArticleIonic sliding tabs
Guys, i made an simple slide tabs using SWIPER API -> https://github.com/rodrigo-fonseca/slide-tabs-ionic/blob/master/README.md
View ArticleEditing a Modal with a number/text input field?
For some reason it worked by iteself now. Looks like I may have some thing cached. The only thing different I have done this time is that completely removed my app and reinstalled it.
View ArticleIonic 2 - Problem with sidemenu template on Android
Hi everyone Today I decided to try Ionic 2, I created a new app without specifying a template and it works just fine, then I created another one using the "sidemenu" template and after I open the...
View Article