Animations in ng-pdf-viewer
@saeedjassani wrote: I am able to successfully use this library to display PDFs in my ionic app using this lib. Now, I would like to add some animations when the page changes. I am totally new to...
View ArticleIonic Storage and initial data loading / local data
@coffeeee wrote: Hey, I am using the Ionic storage with a provider. If my storage is empty (i.e. first time app starts), I would like to populate it with initially stored data from my Ionic storage....
View ArticleLooking for Architecture Advice for leveraging different Firebase
@harleybl wrote: I have a small Ionic app that I have released to the app store and am now working on version 2.0. Version 1.0 was a single user application. Now with version 2.0 I am thinking about...
View ArticleI can't build my project - don't know why!
@frodoe7 wrote: logs… cordova build android ANDROID_HOME=/Users/mohsen/Library/Android/sdk JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_162.jdk/Contents/Home Subproject Path: CordovaLib it...
View ArticleThis.map.off() - No working in ionic 3
@MoreFlores wrote: Does anyone know if this is updated and is no longer used pasar_data() { this.map.clear().then(() => { //this.map.off(); <-----Error }); } Posts: 1 Participants: 1 Read full...
View ArticleI want to design look like this
@flycoders_sourav wrote: I want to design look like this How can i do that? I’m using the below ionic UI component Ionic Framework Ionic Framework Ionic is the app platform for web developers. Build...
View ArticleHow to remove padding from ion-card
@flycoders_sourav wrote: How to remove extra padding from my icon-card Below my out put I want to do look like this Here is my html code: <ion-card> <img...
View ArticlePaypal information for ios plist
@soo wrote: Hi, I am about to release an app, which has paypal function to purchase single product from the app. Need to know whether I need to add extra information for paypal in the plist file for...
View ArticleNpm WARN @ngrx/store@2.2.3 requires a peer of @angular/core@^2.0.0
@lolaswift1 wrote: Dear community, How to fix the dependency issue like this? $ npm install ngx-order-pipe --save npm WARN @ngrx/store@2.2.3 requires a peer of @angular/core@^2.0.0 || ^4.0.0 but none...
View ArticleHow to lazy load component into modalController
@Remzy wrote: I use this code to create modalController: Untitled.png848x143 11.6 KB -added custom component to declerations Error: I tried to add Component to entryComponents but it doesn’t work....
View ArticleCurrent version cordova android Ionic
@Quiesan wrote: Hello ! Where Can I find the current version of cordova android please and why when I install a new project, Ionic install cordova-android 6.2.3 and not the most recent please ? Posts:...
View ArticleBuild Faild
@lovarano wrote: Hi all, I’m trying to push my code in order to preview/test it on my device. However, I get a build failed and I’m not able to fix this bug. Here is the log of the error message...
View ArticleHow to resolve an array type instead of type {}
@lolaswift1 wrote: My provider does this: return new Promise(resolve => { this.http.post(this.apiUrl+’/getData’, requestData, options).subscribe(data => { resolve(data[‘response’][‘arrData’]);...
View ArticleChange the default time of whole ionic application
@_Ali94 wrote: I’m trying to change the default time of my whole application because when I click on < ion-datetime> its show me wrong time! I could change the default value in one page only,...
View ArticleIonic with socket.io, is a good choice?
@versa18 wrote: Hi guys, I have a question, i have an app in ionic accessing an API from another web application in php/laravel, and in ionic I need to warn the user If the status of webapp changes in...
View ArticleLocation accuracy stopped working?
@perenyitamas wrote: Anyone experienced that the canRequest() method is no longer doing anything? I havent updated the plugin or changed my code but this is no longer giving result. Ionic Framework...
View ArticleDeleting page
@royappa wrote: I used “ionic g page” to add a page and did some work with it. Then I deleted the page by deleting its folder and removing all references to it. During this whole time I had “ionic...
View ArticleHttps://dashboard.ionicjs.com/login not reacheable
@sneceesay77 wrote: Seems this is down! I have tried it on different computers but the issue stays the same. I can log in but then got a white screen. I experience the same thing yesterday, so...
View ArticleWant to hide nav-bar with tab and show back button in ionic 2
@anuj14 wrote: I have structure to use tabs in one page and every tab item have list . when i click on list item detail will show but i want to hide header and burger icon and show back button as well...
View ArticleGetting range slider data into Controller?
@longname wrote: This video did an awesome job explaining how to handle form data. But it doesn’t handle slider/range inputs. I haven’t figured out how to do this. Any ideas? Posts: 1 Participants: 1...
View Article