fabioz23

Results 19 comments of fabioz23

![error](https://user-images.githubusercontent.com/729310/101287709-396d2680-37f2-11eb-8f73-ce2114a2099d.JPG)

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...

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 ```

![Schermata 2022-03-22 alle 16 54 43](https://user-images.githubusercontent.com/729310/159523335-9c22bcfd-e234-43b1-be0a-af9953dfead2.jpg) this is what i see on screen: ![Schermata 2022-03-22 alle 16 55 30](https://user-images.githubusercontent.com/729310/159523375-933ec4f2-df1b-4df6-9024-1367e3fcc931.jpg) 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...