Shinix

Results 15 comments of Shinix

Yes i'm using it with Capacitor

Hi hugohow just change : `onSkipBtnClick={this.onSkipBtnHandle}` with : `onSkipBtnClick={this.nextBtnHandle}` on ``

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...