AliMohammad93
Results
2
comments of
AliMohammad93
I changed StatusBar opacity when alert is open and this solution worked for me ` `
like @basitraza339 said it's read permission issue on new android version so i used this plugin [cordova-plugin-android-permissions](https://github.com/NeoLSN/cordova-plugin-android-permissions#readme) to ask first for read permission then save the contanct permissions.requestPermission(permissions.READ_CONTACTS,() => {...