Index for Slides
@uclastudentmedia wrote: I noticed that the Slides component for Ionic 2 has an index attribute; however, I haven't had any success in using it. I want the page to open up to the index variable, and...
View ArticleTypescript or not
@zhouhaowowtv wrote: I'm wondering if it's possible to use TypeScript by the project generated by ionic2-cli? Because by default they're all .js files. Posts: 2 Participants: 2 Read full topic
View ArticleImpact on platforms for version release of OS
@Harsha_K wrote: What would be impact on platforms for upcoming iOS and Android releases? Posts: 1 Participants: 1 Read full topic
View ArticleDoes a reliable JavaScript Speech-to-text Framework exists for Vietnamese?
@Lay wrote: Google's WebSpeech API is pretty good for Speech-to-text for Vietnamese.https://www.google.com/intl/en/chrome/demos/speech.html Whenever I said some Vietnamese it would recognize the words...
View ArticleIonic popover only displaying on browser, not on Android/Ionic-view
@jufabeck2202 wrote: Hello, im currently trying to build a IonicPopover view.The popover is working on the browser, but when i run the App on Android or Ionic-View it doesnt show.This is the Popover...
View ArticleIonic Deploy on IOS
@A_Burgess wrote: Has anyone had an app approved for inclusion in the iTunes App Store that uses ionic deploy? I am considering using ionic deploy as it sounds so shiny but I have some niggling...
View ArticleAuto launch windows app from webpage, giving dialogue
@pushpendraionic wrote: I have developed a windows phone application using phonegap. Also I have implemented auto launch of app from uri. I am using using location.href = "indiamartapp:///enq/" in a...
View ArticleIon-scroll combinating with ion-list and ion-items doesnt fit in ion-content
@oudj001 wrote: Hi Guys, I'm using the tabbed slide box in combination with the ion-scroll and ion-list directives. Everything works well but my last ion-item in my list doesn't fit in the screen. It...
View ArticleAccordion List Differentiated
@danielpt wrote: Hello everyone, I'm trying to create a list with subcategories (in 3 levels), and i found a very nice model on the internet with 2 levels, but I have not found anyone that had three...
View ArticleDetect if webview
@LouisR wrote: Hi everybody, I use this service to detect if the app runs on a phone or a browser .factory('isPhoneGap', function () { 'use strict'; return !!window.cordova; }) but here I get the...
View ArticleConverting emoji's unicode from local database back to emojis in Ionic
@ruchiy wrote: While retrieving the emojis from the local database, I get unicode of that particular emoji.How to convert that unicode back to emoji. I am able to retrieve image path and the code of...
View Articleİonic WebRtc ? Video Green Screen
@abdurrahmanekr wrote: Video tag looks green, How to improve ? 12625599_948533931888809_1725423180_n.jpg539x960 21.3 KB Posts: 1 Participants: 1 Read full topic
View ArticleSpinner not showing in android devices
@jdavid wrote: I'm having trouble when I make calls at http android devices. The same works in Ionic View. Your system information: Cordova CLI: 5.4.1Ionic Version: 1.2.4Ionic CLI Version: 1.7.12Ionic...
View ArticleBeginners Guide to Getting Started with Ionic 2
@joshmorony wrote: Some of you may know that I've been releasing quite a few Ionic 2 tutorials lately. I've compiled a bunch of these tutorials into a single cohesive guide for people looking to get...
View ArticleHow to set a value to ion-autocomplete?
@samuelprabhu wrote: I am using ion-autocomplete (https://github.com/guylabs/ion-autocomplete) for my mobile application. I need to set the selected value in ion-autocomplete, which is similar to...
View ArticleIonic with Material Design
@nuruddinba691 wrote: who can I use material design in the ionic app? Posts: 1 Participants: 1 Read full topic
View ArticleHow to protect configuration files?
@Ionicoser wrote: Hi all! in our app the user has an configfile with some special settings. At the moment we're generating a hash to make sure that the user dons't change the content (maybe if the...
View ArticleEvent "orientationchange" it's triggered once (occurs one time)
@poliveira wrote: I have defined a callback to react every time a device is rotated.And to debug this behaviour I publish "log messages" on the UI. And that messages inside the EventListener callback...
View ArticleHow to place divs ontop of other divs?
@MehdiN wrote: I am having all sorts of issues with styling my divs: 1) I can't place divs on top of each other (the methods that usually work don't), 2) setting a div to height:100% does not work...
View ArticleTask or app switcher like in iOS for Cordova/JS
@dmitry_76 wrote: Does anyone know of a JS/Cordova component that implements a scroll effect similar to the task/app switcher like in iOS 9? a screenshot is attached... Thanks a million in advance...
View Article