Javascript: Filereader onloadend with TypeError
@max_maeuschen wrote: Actually I tried to read a file in ionic 2 using a filereader object. But instead of firing the onloadend function I can see all my wanted data in the console by adding the whole...
View ArticleIonicmodal children DOM manipulation
@dreyer wrote: Hello. I getting in trouble trying to add a click event for an element in my modal...Its inside a directive to avoid repeat the same code on each controller. Thats why I wanna set the...
View ArticleIonic with Google Tag Manager?
@coreelements wrote: Has anyone tried this? And was it succesful? I want to use Google Tag manager but can't get it working. Posts: 1 Participants: 1 Read full topic
View ArticleNative scrolling issue - popup pushed too far up
@sanctus671 wrote: I recently updated the Ionic version in my app from 1.0.0-rc.2 to 1.2.4. I'm now using native scrolling on Android, and everything works perfectly, except from one thing. I have...
View ArticleMultiple push notification messages on android
@danp wrote: When sending two notifications the second one always overrides the first one in the notification center.According to the docs this should happen only when using the tag: "tag": Indicates...
View ArticleAnimations Not Working On Mobile
@Harilall wrote: When I am going through my app on pc the animations work fine but on mobile they don't what gives Posts: 1 Participants: 1 Read full topic
View ArticleTab page becomes invalid
@daytac74 wrote: I created a tabbed application in ionic framework. It works fine in emulator. But when I build and install it to mobile (android) I have some trouble. When the application runs, the...
View ArticleCreating A Database Driven Website
@AnthonyBogs wrote: Hello, I have a question about using Ionic with a CMS system. My knowledge is limited, I'm an internet marketer and I usually pay people to do my development, so I'm looking for...
View ArticleConsuming Function in controller
@mortencallesen wrote: I have a PuchDB database which I present with a listeach record contains two dates is it possible to call a function like :{{ myDiff (class.start, class.stop) }} I am trying to...
View ArticlePreparing to upgrade ionic and other libraries -any best practices?
@pliablepixels wrote: Hi there, I have a production app in the App Store (zminja-pro) that uses ionic. Its based on a fairly old version Cordova CLI: 5.3.1 Gulp version: CLI version 3.9.1 Gulp local:...
View ArticleReorder on Android Issue
@kjmp32 wrote: I'm having a big problem with reordering on Android that has completely hindered my progress on my app. I've tried the normal Ionic reorder way (with the button and the reorder-button)...
View ArticleCross-Origin Request Blocked with POST But working fine with req on Browser...
@hitubansal wrote: I am trying to build an application using ionic. I am using this code var req = { method: 'POST', url: API_END_POINT + "/accounts/login", data: this.toparams(myobject), headers:...
View ArticleStop back navigation on $ionicPlatform.onHardwareBackButton
@Sumeet123 wrote: Is there a way i can avoid back navigation using$ionicPlatform.onHardwareBackButton Something like this $ionicPlatform.onHardwareBackButton(function(e) { e.stopPropagation();...
View ArticleBest practices storing html fragments in synched online/offline Database
@paranoidandroidsocie wrote: Hi there! I'm working on a project on union participation. I have been searching for some time for a cms solution for ionic, but didn't find the perfect solution. So i...
View Article"Uncaught TypeError: Cannot read property 'on' of undefined"
@derekrada wrote: I have a fairly generic app that I am trying to test ionic push with but when I run in the code on an android emulator I am getting an error as shown in the title regarding on of...
View ArticleIonic-ion-drawer toggle from other controller
@andreitertiscu wrote: Hello ionic community ! I am trying to implement this ( https://github.com/vitalyrotari/ionic-ion-drawer ) drawer instead of classic side menu. All good by now, it works when i...
View ArticleHow to convert an ul list bootstrap tab with ui-sref into an ionic tab?
@fyrozdadapeer wrote: Capture.PNG787x445 37.1 KB This is the code!!I'm using Bootstrap and creating the the tab!!How can i convert it Ionic tabs!! Posts: 1 Participants: 1 Read full topic
View ArticleTransition view with shared elements
@Lest wrote: Is there a way to make a transition in ionic with some visual elements persists from view A to view B (like "hero transition"). I found a way to do it in AngularJs, but it seems...
View ArticleRemove element doesn't work when get data from web on device
@goliathus wrote: view <ion-content> <ion-spinner class="contentSpin" icon="lines"></ion-spinner> <ion-list> <ion-item ng-repeat="test in data"> {{test}}...
View ArticleUsing Ionic with Right To Left languages
@aeranginkaman wrote: Hi there, I want to write some application in Arabic lanuage. But it seems that the ionic only support Left To Right languages. What is the best solution for that? Best...
View Article