Results 21 comments of quintonn

I removed the Android platform, re-added it and recompiled my app and it seems to have fixed it. By running adb logcat i saw there were errors adding the inappbrowser...

Hi @yjukaku, You're using a different plugin. You should probably raise your issue on their github repository. But the fact that the plugin is working on ios would suggest there...

I'm having this problem too. I'm trying to show a local file. My app can show it if i use in app browser, but with photoviewer my app is stuck...

Hi, I am having the same issue on windows. I am unable to verify the broker certificate as a consumer on windows using .Net 4.7.2. I've tried setting SslCaLocation, SslCaPem...

I did try setting it to "Root,CA,My" but that didn't work. I also loaded the actual certificate into the different certificate stores for current user and computer accounts. Is there...

Setting the Debug value to "security" I can see that certificates are loaded from the different certificate stores and 0 of them failed. But the SSL handshake still fails. Is...

i've put the same certificate into the different stores to try and figure out what is needed. The debug output: `%7|1646745105.556|OPENSSL|rdkafka#consumer-1| [thrd:app]: Using OpenSSL version OpenSSL 1.1.1l 24 Aug 2021...

that gives: `27540:error:0200274D:system library:connect:reason(1869):crypto\bio\b_sock2.c:110: 27540:error:2008A067:BIO routines:BIO_connect:connect error:crypto\bio\b_sock2.c:111: connect:errno=0`

Hi @RoccoC, I'm experiencing the same issue. I notice in your call to notifier.notify you set the wait flag to !buildSuccessful. So that means wait is set to false. On...

Hi @RoccoC, I didn't realize it prevents a build until the notification is dismissed. Would it help calling the notify with setTimeout? I tested it on my computer and it...