Shinix
Shinix
Yes i'm using it with Capacitor
Up ! Merge please !!
Hi hugohow just change : `onSkipBtnClick={this.onSkipBtnHandle}` with : `onSkipBtnClick={this.nextBtnHandle}` on ``
@TonyLuo I have the same problem, do you have fixed that ?
From Ionic 4 normalizeURL is deprecated. I have the same problem but i've solve this issue with this: ``` import {WebView} from '@ionic-native/ionic-webview/ngx'; this.camera.getPicture(options).then((url) => { // Load Image this.imagePath...