Andres Beltran

Results 5 comments of Andres Beltran

for me works this if( this.style == 'dark') { this.statusBar.backgroundColorByHexString('#000000'); this.statusBar.styleDefault() }else{ this.statusBar.backgroundColorByHexString('#ffffff'); this.statusBar.styleLightContent(); } But I change this line in CDVStatusBar.m in my xcode project - (void) styleLightContent:(CDVInvokedUrlCommand*)command {...

Android 10 API 29, samsung A 50, same for galaxy s10 emulator by genymotion

well, I'm using your unmodified demo public void onPickDoc() { String[] zips = {"zip", "rar"}; String[] pdfs = {"pdf"}; int maxCount = MAX_ATTACHMENT_COUNT - photoPaths.size(); if ((docPaths.size() + photoPaths.size()) ==...

it works well now on Android 10