Image orientation auto changing
@VigneshBalakrishnan wrote: Hi all, I’m selecting file using file chooser but some of the images are auto rotating to wrong orientation. When i’m looked for this issue i found exif orientation issue....
View ArticleIonInput for files? v5
@ccssmnn wrote: I want to allow the users to upload images in my PWA. It seems that the IonInput is a wrapper for HTML input, but does not allow file inputs. Combining <input /> with...
View ArticleAssets with special characters (umlauts, ä, ö, ü) not served
@fiedl wrote: When running ionic lab with ionic serve --lab, assets that have special characters like ä, ö, ü in the file name or folder name are not served. http://localhost:8100/assets/a.jpg — works...
View ArticlePipe declared into 2 different modules
@lsantaniello wrote: Hi all, I created my custom Pipe but when I build for android platform (ionic cordova build android --prod --release --verbose), an error accurs. It works successfully when I try...
View ArticleStrange bug: ionic-angular, after opening my app through dynamic link the...
@armanfantasy wrote: I think it is a bug with ionic which do some strange thing when opening the app through dynamic links ionic 5.0.7 Current behavior: First my app is work perfect on the web browser...
View ArticleIonic 3 Android build fails with: could not find libvlc
@Daveshirman wrote: I’ve got an Ionic 3 project, no changes have been made recently, yet suddenly it won’t build for Android. Any one know how I can resolve the error below? Thanks Here’s the error: *...
View ArticleWrapping page in ion-content makes text blurry on mobile
@Pulpfuture wrote: wrapped441×810 44.3 KB – wrapped with unwrapped450×801 25.6 KB – not wrapped Posts: 1 Participants: 1 Read full topic
View ArticleHow to change the css of ionic large title during page navigation
@felixliu wrote: Hi, I’m creating an App that supports multiple language. But when the language is changed, the default font-size of the iOS large title (34px) is too large so that the title cannot be...
View ArticleIonic-v5 debug in browser
@etarom wrote: Hi, typescript source are missing on browser debug Ionic: Ionic CLI : 5.4.16 (/usr/local/lib/node_modules/ionic) Ionic Framework : @ionic/angular 4.11.10 @angular-devkit/build-angular :...
View ArticleIonic 5.x Weather App with new Segments
@TomCosta wrote: Hello! Here is my quarantine gift. I just would like to share with all of you this example using some Ionic components. It uses Side Menu, Segments, Services, API Requests, Loading,...
View ArticleVideo restart when rotate the device in IONIC 3
@ken-shin wrote: so in my ionic app i can play video using vimeo player with iframe and it works perfectly. the problem is when i rotate the screen it restart the video again. i know it’s about saving...
View ArticleIf I have a TLS certificate, how to add it to my Ionic app so that it can...
@tomjaihk wrote: If I have a TLS certificate (*.crt), how to add it to my Ionic app so that it can connect to a HTTPS server? Thank you. Posts: 1 Participants: 1 Read full topic
View ArticleProperty 'openDatabase' does not exist on type 'SQLite'
@jlxm wrote: I was able to create a new database on another .ts file. Then, I wish top open the same database on a different .ts file. this.platform.ready().then(() => { let db = new SQLite();...
View ArticleIonic List Scroll is not sensitive enough on android
@kks21199 wrote: Hi, The scrolling works fine on windows chrome (with touch), but when I use it on android, it isn’t working unless I touch at some exact points. May I know what’s the issue?...
View ArticleModal in diferent pages using ionc4
@mehraj786 wrote: hi i want to use a modal in diferent pages but i am getting this error Error: Type PrescriptionPage is part of the declarations of 2 modules: ViewOrderPageModule and...
View ArticleChange detection doesnt trigger
@Vartex05 wrote: Hi, in my ionic 5 app, i encountered strange problem with change detection. In my Cart page, i display list of products, and user can send order with fab button. Everything works, but...
View ArticleInAppBrowser camera access
@KevinR007 wrote: I’m trying to get access to my camera with the InAppBrowser. When I visit the site on a mobile browser my input triggers the gallery with access to my camera. When I place the URL in...
View ArticleDoes an Ionic app use non-exempt encryption?
@hlamprecht wrote: Hi, I’m not sure, if this is the right category, so please sorry if this is wrong. As I assume, quite a number of people here are developing apps, that are about to be released...
View ArticleIonic/angular Android Http not working
@eliasminima wrote: Hello I have an ionic/angular project which has some http GET requests. It was fully working on browser, iOS and Android, where the HTTP request would get executed and details...
View ArticleNot getting PWA install prompt
@kemaltolga wrote: I have a vanilla ionic5 angular9 application. I then run ng add @angular/pwa. I deploy to firebase and run lighthouse. I get perfect PWA score. BUT, I am not getting install prompt....
View Article