Arabic TTS ( Text To Speach ) Library for android
@nuruddinba691 wrote: Is there a way to implement TEXT to SPEECH with Arabic in Android? Works great with IOS. Thanks. Posts: 3 Participants: 2 Read full topic
View ArticleHow to create dynamic group from json?
@enamul95 wrote: Hello Sir,I want to create like below from server. $scope.groups = [ { name: 'Bun ', id: 1, items: [{ subName: 'Tomato' },{ subName: 'Bean' }]},{ name: 'Cheses ', id: 2, items: [{...
View ArticleAndroid hardware back button
@rodrigoreal wrote: Well, how can i program what action the android hardware button should do in my app?Every time i click it, my app is closed. Posts: 1 Participants: 1 Read full topic
View ArticleNot able to open file with url file:// on ios
@saraltechnologies wrote: I am not able to open the saved file from /Documents or Library folder on IOS. I am using window.open(file:///url, '_system); It gives given me error that file not there, but...
View ArticleSidemenu + tabs bar together
@tollenaere wrote: I know there are a lot of example of ionic sidemenu working with tabs bar but I have not found any example where the tab bar is permanent and part of the initial view and working...
View Articleinside doesn't scroll to the bottom
@arnaud_dohogne wrote: Hello everyone, I'm an ionic beginner, and I'm facing a problem when working with different views. Here is my layout : The index.html page contains nothing else than a...
View ArticleHow can you hide one of the actionsheet buttons conditionally?
@prabhu_108 wrote: How can you hide one of the actionsheet buttons conditionally? $scope.showActionSheet = function() { $ionicActionSheet.show({ buttons: [ { text: 'Share' }, { text: 'Report'}, ],...
View ArticleCustom template in alerts
@rodrigoreal wrote: How can i use custom templates in my alerts?In ionic 1 i had a template or templateUrl field, but i couldn't find anything like that in ionic 2. Posts: 1 Participants: 1 Read full...
View ArticleHow to use a child controller inside a abstract child state?
@luckyluke2012 wrote: hey guys,I am trying to build my first app, but I have a problem: All my controllers in the child state won't be called.Here is my structure: .config(function($stateProvider,...
View ArticleApp not working when new controllers are added
@jesst446 wrote: I'm working on a project I have a login/ register and profile page set up which works perfectly but whenever I add different controllers (all different controllers files not just on...
View ArticlengCordova JSON file manipulation
@losewin wrote: Is it posible to ngCordova to update or edit a JSON file? or any other file on the APP? Posts: 1 Participants: 1 Read full topic
View ArticleDeploy Ionic v1.2 as mobile website
@ghchia wrote: Hi, I understand Ionic v1.2 can be used to build mobile website. See http://blog.ionic.io/announcing-ionic-1-2/. How do I deploy an Ionic project to web/app server? Is there a command...
View ArticleIonic Push works with ionic serve but not Ionic View
@stewartmccoy wrote: Summary: I followed Push from Scratch and can successfully send a one-time push from my dashboard and receive it in my desktop browser via ionic serve, but when I switch the...
View ArticleSometimes ng-click don't work in Ionic
@mi6crazyheart wrote: I'm new IONIC & AngularJS. Currently, working on an app & stuck at a point. Don't how to resolve the issue. I've a login form. After user login to the app, he/she will...
View ArticleIonic ios remote push notifcations
@theonlysean wrote: Hi There, I'm new to ionic, I'm looking to send & receive push notifications to an from an IOS devices. I see there is code but I'm looking to see if there is a definitive...
View ArticlePopup at splash screen, is that possible?
@matanyed wrote: Hi Im building my app right now and i wonder if is that possible to show the user popup when there is splash screen?I want to check for network, and if there is no network i will hide...
View ArticleHow to span two rows to fill up the whole ion-content?
@radhakrishnancegit wrote: 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...
View ArticleMultiple Active Views Is This Normal
@Harilall wrote: 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...
View ArticleRedeploying Ionic code as a website
@amanos wrote: Hi all, my first post here. I'm considering using Ionic for building a hybrid mobile app, but would ideally like to also deploy (or reuse as much as possible) the code as a website....
View ArticleIonic “track by” error with tinder cards
@kaanyildirim wrote: I started learning Ionic 2 weeks ago and right now I am creating a small project to practice.You can download my project from my Github : https://github.com/KaanYildirim/ionicTest...
View Article