Using FastClick.js to remove 300ms delay
@asteffes wrote: Ionic v1 has a built-in library that removes the 300ms delay in IOS, and it is not recommended to include FastClick. Does Ionic v2 have the same capabilities? If not, am I able to...
View ArticleCrosswalk + Ionic, App appears too small
@schumann wrote: Hey everyone,I just switched to crosswalk due to performance issues. The app performs way better now, but everything is too small now. Any advice how to solve this issue?Without...
View ArticlePrevent an event listener in firing many times for ionicModal?
@junerockwell wrote: I have a modal with a type[search] in it. I needed to know if keyboard is open or hidden. So I'm using keyboard event listeners: window.addEventListener('native.keyboardshow',...
View ArticleHow hide when input is focused or disable keyboard completely?
@coffeenkfc wrote: Hi guys, Found similar posts but nothing seems to address my situation. Tried numerous approaches and close to giving up. Am writing app for android 4,1.1 barcode scanner Motorola...
View ArticleWhy is ionic 1.x locked on angular 1.4.3?
@ndudenhoeffer wrote: angular 1.4.9 has been available for some time, and there have been significant bugfixes since 1.4.3. The bower.json has a strict version dependency which makes it a pain to use...
View ArticleDisplay embed tweet within ionic app
@Diabloracing wrote: I vainly trying for display a tweet in the template in one of my Ionic app. Everything works perfectly until I emulates, run or compile my app. I correctly whitelist all domains,...
View ArticleProblems with environment variables
@DejaNeves wrote: Hello guys, I have big problem with environment variables on Linux (Xubuntu 14.04), especially in time to do the build. I've done several searches and tried several ways. I have the...
View ArticleInput fields broken when upgrading to ios 9 - phonegap ionic
@circlesb wrote: It seems that input fields are no longer able to be typed into (save the first one or two characters) nor do they trigger the native keyboard when focused on. So far I've tried on...
View ArticleSQLite does not work global
@edson27bn wrote: Hello I wonder if you guys can help me with this problem.To start the js my application is in app.js and controllers.js created a database for test and it worked but only within the...
View Article$cordovaSocialSharing.canShareVia("instagram") not working in Android
@coreelements wrote: So I have this $cordovaSocialSharing.canShareVia("instagram").then(function(result) { console.log(result); console.log("good"); }, function(err) { console.log(err);...
View ArticleSlow on Android 5 and up
@buddywa wrote: I have been working with Cordova and Ionic for awhile now. After I launched my first big app people have been complaining how slow it is on Android. I thought it was my app so I have...
View ArticleEmail Notification
@barbadillojomel wrote: Newbie here! I'm using Nic Raboy email composer and just wondering if anyone can give any tutorial/suggestions and tips for email notification whenever user sent/replies email....
View ArticlePushPlugin notificationReceived Called Multiple Times when Push Notification...
@sintron wrote: If the Ionic iOS app is in the background and you receive a push notification for the first time, the $cordovaPush:notificationReceived' event fires once when you click the...
View ArticleHow to use pre-filled SQLite database in Ionic2?
@nampdn wrote: I saw that Ionic2 support SqlStorage and only for table creation, I don't know how to use pre-filled sqlite db with SqlStorage.Can any help me about this?Thanks in advance!! Posts: 1...
View ArticleCreate swipe up to open content
@qlipis wrote: I am creating a simple app with the ionic framework, and I want to run a function on each of the swipe events or drag events. From the documentation, no example yet. like this: When...
View ArticleIonicon circle-outline?
@larschla wrote: There are lots of icons with circles around them. I'm making a checklist app, where I'm gonna use the checkmark-circle-outline icon, for the checklist items that are checked. For the...
View ArticleProblem at http request to a rest api in ionic 2
@zhouhaowowtv wrote: I encountered a problem to http request a rest api in ionic 2. Here is my code: this.http.get('http://localhost:3000/news').subscribe(res => { this.data = res.json()...
View ArticleHow to close ion-item-sliding by api?
@samfung wrote: After a <ion-item-sliding> is slide opened, is there an API to close it? Posts: 1 Participants: 1 Read full topic
View ArticleResponsive on crosswalk
@morticcino wrote: Continuing the discussion from Crosswalk + Ionic, App appears too small: Hi,try to put this line in html header: <meta content="width=device-width, initial-scale=1.0"...
View ArticleCan same state be added to history twice with different scope
@stevenfitzpatrick wrote: Basically I have an "Options" page which has lets say 30 items. When I click on one of these, this results in a different set of option. And then when I click on the second...
View Article