Sameera Premathunga

Results 3 comments of Sameera Premathunga

The Android framework includes support for various cameras and camera features available on devices, allowing you to capture pictures and videos in your applications. This document discusses a quick, simple...

change compileSdkVersion and targetSdkVersion: `compileSdkVersion 33 ` `targetSdkVersion 33` showing notification request dialog

platform : android 9 cordova : v.10.0.0 remove plugin `cordova plugin rm cordova-plugin-crypt-file` install plugin `cordova plugin add cordova-plugin-crypto-file@latest` latest version 1.4.0 fixes the cordova 9 issue.