Disable swipe on specific slide
@flosrn wrote: Hello I want to disable the swipe on only one slide. In case the second slide 2018-01-08 14_00_46-beep_V2 - Ionic Lab.png426x757 67.4 KB I want disable swipe on only second slide...
View ArticleHow to post FormData type object in ionic native HTTP
@Kanishk12 wrote: Hi All I’m trying to post a FormData type object, but it doesn’t seem to work for me. Below are some lines from my code, just see if you can suggest something in this approach: let...
View ArticleBackground image not working
@Poseyyy wrote: Hello, I’m trying to use an image as background of my home page. Nothing works… Here’s my code : <ion-header> <ion-navbar> <button ion-button menuToggle> <ion-icon...
View ArticleTypescript Error Property 'form' does not exist on type 'AddUserPage'
@mrossid wrote: help me i am stucked in this problem since 5 hours ago there are several weird things about this problem. this err only came when first ionic serve is run… after that the problem is...
View ArticleIonic-v1 livereload not working
@EmreErdogan wrote: Hi guys, I have a problem. Livereload doesn’t seem to work for my ionic-v1 project. I mean that when I modify any code the modifications are not reflected to the app. It used to...
View ArticleBack key on mobile & back button on desktop issue
@atulmahankal wrote: Back key on mobile & back button on desktop not work. I found that app open in index.html & refresh current content which not maintain history which cause on above issue....
View Article"Advanced" notification options?
@Nubdienub wrote: Hello, I am trying to get my push notifications to work using the native push plugin (phonegap). Right now I somewhat have it working. I can: Show notifications while I am inside my...
View ArticleHost header for Ionic proxy config
@MohammedHanfy wrote: How can I add Host header to Ionic proxy config ? I need to define the Host header to access Kong API gateway. Here is my ionic.config.json file { "name": "test_name", "app_id":...
View ArticleFooter is not visible when iOS device keypad is up
@champion007 wrote: Hi Folks, Have seen the difference on the footer/tabs view on iOS device where it works fine on Android. When an input is selected on the page, keypad pushes the page up as the...
View ArticleTake photo option not working
@soumenmanna wrote: I have used <input type="file" accept="image/*" /> to take image files. In android it’s working fine. For IOS Photo library and more option working fine. But if i tap on Take...
View ArticleData stored on device
@daanmetalml wrote: Hi!, i have a couple of variables declared in the controller. They are updated through http and show them with ngModel. But every time I update some data in the database, this data...
View ArticleMany warnings after update @ionic-native/core
@filippodicostanzo wrote: After i run ionic doctor check the program show me an issue: The version of @ionic-native/core is too old. After I upgraded this with a specific command i have these...
View ArticleAndroid build failed after Ionic Native Crop plugin installed
@IgorSamer wrote: I’m trying to use the Ionic Native Crop plugin on my app, but without success. Before the plugin instalation all works fine when I run ionic cordova run android --device, but, when I...
View ArticleConvert Ionic-angular app in Ionic-stenciljs
@asv wrote: it will be possible to convert automatically an ionic-angular app in an ionic app with only stenciljs components? Thanks in advance. Posts: 1 Participants: 1 Read full topic
View ArticleBluetooth Printer
@Loth wrote: Hello, i am in a billing application and i’m using ionic framework the development But, i have a problem with the Bluetooth print, it prints only text code, But i want to print a bitmap...
View ArticleCamera native Ionic
@Quiesan wrote: Hi ! Is it possible to open the camera in a small part of the screen and not in all the screen ? Posts: 1 Participants: 1 Read full topic
View ArticleHow to create 3D animated sidemenu in ionic 2/ ionic 3
@alshamsan92 wrote: Good day, I am trying to create 3D transition & animation for the sidemenu in Ionic 3 similar to the following: see a live demo here: (using ionic 1). I am trying to do the...
View ArticleCordova build android is error
@leminhluan4244 wrote: Please help me I cant build my app to android cordova alway error and I can not find the cause cordova build android (node:8944) UnhandledPromiseRejectionWarning: Unhandled...
View ArticleImpossible to fecth blob image, infinite loop
@trollanfer wrote: I have images stored in a pouchdb table. I want to include them in my htlm page : <img [src]="this.sanitizer.bypassSecurityTrustUrl(getImage('png.png'))"/> getImage is in my...
View ArticleIonic Cordova SQLite App for Windows Desktop
@xcerts wrote: I have built an ionic app which uses SQLite as back end and Cordova to connect to it. How can I turn that to an Windows Desktop App which it can be run in Windows 10 and Windows 7?...
View Article