Asad Waheed

Results 4 issues of Asad Waheed

When i take screenshot of camera preview it is captured as black solid color. Any workaround ?

How can i show overlay image on top of playing video which is playing full screen. I would also like to know how can i change size of player because...

I used checkPermission method but its always returning success even when permission is not granted. Here's my code: `CheckPermissions(data) { this.androidPermissions.checkPermission(this.androidPermissions.PERMISSION.READ_EXTERNAL_STORAGE).then( success => { console.log('Permission already granted'); this.playVideo(data); }, err...

Hi guys! I want to use 2 behind views. I will show one at a time but with different behindoffsetres(). I used onOpenListener() for switching I used setbehindcontentview(view v) and...