fabioz23
fabioz23

a valid fix can be changing `AnyObject` to a more fitted class on all occurrencies? for example, at row 142 what kind of object is the 1st array element of...
i've tried to debug in Xcode but placing some breakpoint inside the involved functions with swift errors (commenting rows with errors). i've seen that in normal use (open app and...
I've tried and it works, thanks. BTW i don't know when these parts are involved on. until yesterday I had set the variables to a static value (false) and it...
Hi, any update? @jcesarmobile @emawby
it seems that my ugly workaround doesn't reset the unread notification badge
same problem with: ``` @capacitor/cli: 3.7.0 @capacitor/ios: 3.7.0 @capacitor/core: 3.7.0 ```
 this is what i see on screen:  I've tried to downgrade from 15.4 to 15.3.1 and the same...
this is the func using the qrscanner-11 plugin: ``` qrCodeFromCamera() { this.platform.ready().then(() => { this.qrScanner.prepare() .then((status: QRScannerStatus) => { if (status.authorized) { const ionApp = document.getElementsByTagName('ion-app')[0] as HTMLElement; ionApp.style.display =...
is not the same problem seen on android devices and 2.6.0 plugin version. my problem is different, the code above works on android 8.x to 12 and from iOS 12...