You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm submitting a ... (check one with "x")
[X] bug report
Current behavior:
I'm migrating my code from an Ionic v3 app to Ionic v4 app, the same piece of code regarding the camera plugin doesn't work. I don't face any error at build time or at run time, I've no log information but when I take a picture or try to update a photo from the gallery on my real iPhons 6s / iOS 11.4 the resulting photo is a 0x0 pixels photo
Expected behavior:
Being able to use the camera plugin as I do in my Ionic v3 app
I tried again to use window.Ionic.WebView.convertFileSrc() and it solved my issue this time. Maybe I was facing the issue ionic-team/cordova-plugin-ionic-webview#133 which was solved in cordova-plugin-ionic-webview 2.0.3
I'm submitting a ... (check one with "x")
[X] bug report
Current behavior:
I'm migrating my code from an Ionic v3 app to Ionic v4 app, the same piece of code regarding the camera plugin doesn't work. I don't face any error at build time or at run time, I've no log information but when I take a picture or try to update a photo from the gallery on my real iPhons 6s / iOS 11.4 the resulting photo is a 0x0 pixels photo
Expected behavior:
Being able to use the camera plugin as I do in my Ionic v3 app
Steps to reproduce:
Related code:
Console.log
Console.log gives the following result:
which is according the debug 0x0 pixels wide
Extra info
I'm using cordova-plugin-ionic-webview v2.0.1 and using the following function to normalize the urls
Ionic info: (run
ionic info
from a terminal/cmd prompt and paste output below):Ionic:
ionic (Ionic CLI) : 4.0.3 (/usr/local/lib/node_modules/ionic)
Ionic Framework : @ionic/angular 4.0.0-beta.2
@angular-devkit/core : 0.7.3
@angular-devkit/schematics : 0.7.3
@angular/cli : 6.1.3
@ionic/ng-toolkit : 1.0.6
@ionic/schematics-angular : 1.0.4
Cordova:
cordova (Cordova CLI) : 8.0.0
Cordova Platforms : android 7.1.1, ios 4.5.4
System:
Android SDK Tools : 26.1.1
ios-deploy : 1.9.2
ios-sim : 5.0.13
NodeJS : v10.4.0 (/usr/local/bin/node)
npm : 6.2.0
OS : macOS High Sierra
Xcode : Xcode 9.4.1 Build version 9F2000
Environment:
ANDROID_HOME : /Users/daviddalbusco/Library/Android/sdk
The text was updated successfully, but these errors were encountered: