Back to Cordova

2021 05 13

slack-digest/2021-05-13.md

latest2.4 KB
Original Source

Cordova Slack Digest

Thu, 13 May 2021 08:22:55 GMT

User count: 4483

Join the conversation at slack.cordova.io

Channel #general (4 messages)


Wed, 12 May 2021 10:32:22 GMT

@chadwick.blackford says

@norman137 any idea for this feature ? https://developer.android.com/jetpack/androidx/releases/camera?hl=en

Thu, 13 May 2021 04:16:01 GMT

@amit.agarwal.1980 says

Hi , is it possible to set the cordova-plugin-inappbrowser options dynamically e.g say if I want to show the footer before load but after load want to hide ?

Thu, 13 May 2021 06:34:01 GMT

@amit.agarwal.1980 says

Hi is it possible to load cordova.js into inappbrowser?

Thu, 13 May 2021 06:42:16 GMT

@jcesarmobile says

No

Channel #cordova-ios (7 messages)


Wed, 12 May 2021 14:39:34 GMT

@jalidjinou says

Hi all. I got an angular project that i used with cordova to generate ios and android app. I integrated a button that transform to counter while recording audio. I used RecordRTC for the web but since it is not working on mobile i integrated cordova-plugin-audio-recorder-api, cordova-plugin-audio-recorder, cordova-plugin-audioinput but when i generate the mobile apps it only works on android and not on IOS. Any help ?

Wed, 12 May 2021 14:45:41 GMT

@norman137 says

I believe wkwebview only recently added support for webrtc in iOS 14.3 (Despite safari and webkit itself having support for it for ages)

Wed, 12 May 2021 14:46:34 GMT

@norman137 says

So if RecordRTC relies on the browser implementation of webrtc (which I assume it is if it's for the web), it will probably only work on iOS 14.3 devices or later.

Wed, 12 May 2021 14:48:24 GMT

@norman137 says

There may be an existing cordova plugin that adds webrtc support for older ios versions

I've prototyped an app years ago using https://github.com/cordova-rtc/cordova-plugin-iosrtc -- but never made any production apps using rtc.

Wed, 12 May 2021 15:13:23 GMT

@jcesarmobile says

I think it’s iOS 14.4 for WKWebView when using https and iOS 14.5 on custom schemes

Thu, 13 May 2021 04:16:28 GMT

@amit.agarwal.1980 says

Hi , is it possible to set the cordova-plugin-inappbrowser options dynamically e.g say if I want to show the footer before load but after load want to hide ?

Thu, 13 May 2021 06:41:56 GMT

@jcesarmobile says

No