Cordova Slack Digest

Thu, 22 Oct 2020 08:31:44 GMT

User count: 4188

Join the conversation at slack.cordova.io

Channel #general (9 messages)


Wed, 21 Oct 2020 08:41:17 GMT

@numerized says

Hello

Wed, 21 Oct 2020 08:41:35 GMT

@numerized says

I have a recorder using cordova-plugin-media

Wed, 21 Oct 2020 08:41:58 GMT

@numerized says

but SIRI can stop the recording without any notice, is there a way to detect a SIRI long press

Wed, 21 Oct 2020 08:42:13 GMT

@numerized says

?

Wed, 21 Oct 2020 08:45:34 GMT

@numerized says

or to have an event when a recording is stopped in cordova-plugin-media ?

Wed, 21 Oct 2020 14:38:13 GMT

@khatridevk says

It worked after doing this. Added the splash screen image set in the resources folder, not sure why I did not work with defualt storyboard image. Still, I see some level of distortion in landscape. Any experience on this setup ! Do I have to provide multiple image set !

Thu, 22 Oct 2020 03:50:42 GMT

@shazron says

Thanks @erisu https://blogs.apache.org/infra/entry/even-more-github-features-added

Thu, 22 Oct 2020 07:41:25 GMT

@priyanka.bakkar says

Hi All - In my case I am using Iphone 11 pro Max. In our hybrid application we open a login url and get back login response in our application. So using _self will not solve our purpose. Earlier it was working fine with _blank but suddenly in latest Iphones it stoped working.. using _self opens login url in InappBrowser but do not return response to original app. Kindly give me some solution on this.

Thu, 22 Oct 2020 07:53:15 GMT

@pratiksha.bhavsar0895 says

Exactly have noticed this in new iphone , using cordovaInappBrowser & adding params I resolved my problem. But sending params back am not sure.