TypeError: Cannot read property 'scan' of undefined
Sujan12: imageData Hi Sujan12,i did now the same as it stands in GitHub. i removed the barcodeScanner plugin and then i added it via "phonegap plugin add phonegap-plugin-barcodescanner" In my...
View ArticleArabic TTS ( Text To Speach ) Library for android
No Doesn't Support Arabic in Android.
View ArticleApp not working when new controllers are added
app js code without the two controllers I want to add var FBURL = "https://anaphylaxis999.firebaseio.com/"; angular.module('starter', ['ionic',...
View ArticleHow to span two rows to fill up the whole ion-content?
I want to have two rows in the whole page and scroll is disabled.First row should span 60% of the whole page.Second row should span 40% of the whole page. And under first row, there will be two...
View ArticleIon-radio with checked="true" does not work?
@icarus_31 sorry man but i didn't understand what u mean by item below the ion-radios, can u show me the code?Thanks
View ArticleMultiple Active Views Is This Normal
ok so I have 4 views in my app its starts off with my home view which is the default view thats first loaded when my app starts so when my other 3 view are clicked they all have the same active class...
View ArticleConsole.log not print values in IOS xcode simulator
Same problem here.Some project is working and some is not.
View ArticleiOS clicking links while scrolling
Hi, I am testing my App on iPhone and i noticed a annoying bug while scrolling. I have these relatively long lists of photos.Lets say i have photo 1 + 2 in view, then i scroll down and click photo 9...
View ArticleIon-radio with checked="true" does not work?
orderBy.html <ion-content> <ion-list radio-group> <ion-radio value="orderBy1" (click)="selected('orderBy1')" [checked]="orderBy1"> Order By 1 </ion-radio> <ion-radio...
View ArticleHTML5 Progress bar not working on device
<progress max="100" value="50" ></progress> Is working fine on web browser when I start ionic serve. But when I run it through an android emulator, the progress bar is not showing.
View ArticleHelp With Abstract View
I have my views like this .config(function($stateProvider, $urlRouterProvider){ $stateProvider .state('home', { url: '/homePage', views: { 'homePageContent': { templateUrl: 'homePage.html',controller:...
View Articleinside doesn't scroll to the bottom
Self answer, for those who could be interested The index.html page stays the same In the main.html template file, I changed the <ion-nav-view> into <div ui-view>, and put it inside a...
View ArticleIonic Push works with ionic serve but not Ionic View
Hey @leob, thanks for the reply Honestly, I haven't had any issues with Ionic View itself. I've found the app to work as expected and haven't noticed and issues with performance—at least while testing...
View ArticleHow can you hide one of the actionsheet buttons conditionally?
Hmm, unfortunately, that doesn't seem to do it...
View ArticleHow to load the correct state after a push notification when app is in...
Thanks for pointing me in the right direction...
View ArticleHandling Select/options and iOS Keyboards
If you have multiple selects that the user can click back/next through, then the $timeouts cause the accessory bar to flicker in and out. And occasionally the order of the focusing and blurring gets...
View ArticleIon-radio with checked="true" does not work?
@rodrigoreal, another good alternative, if you don't have too many items, is the ion-segment. This one is working.
View ArticleiOS: How to add button on KeyboardAccessoryBar
I'm using bellow html to render select tag <label class="item item-input item-select " ng-class="selectstatusbar()"> <select ng-options="candidateStatus as candidateStatus.name for...
View ArticleScrolling is unavialable on Android 4.4 based on ionic 1.2.1
I updated the ionic to 1.2.1 , but unfortunately , the app could not scroll any more.How can I fix this problem ?
View ArticleWhat are you building with Ionic? We want to know!
@davidbella1 Hi David, I tried your application on Android and it looks very nice! I didn't had the chance to write a message as it looks like you don't have real users yet but it looks promising....
View Article