Cordova Slack Digest

Fri, 23 Apr 2021 08:23:11 GMT

User count: 4456

Join the conversation at slack.cordova.io

Channel #general (1 messages)


Fri, 23 Apr 2021 02:58:27 GMT

@kagan.ergovan says

Hello and good morning dear Cordova community!

Channel #cordova-ios (3 messages)


Thu, 22 Apr 2021 18:18:15 GMT

@tvanzanten says

I just got the following warning from Apple for my app that is using cordova-ios 6.2.0 :

> Dear Developer, > We identified one or more issues with a recent delivery for your app, “RollCall - >LMS Attendance” 19.0.0 (22). Your delivery was successful, but you may wish to correct the following issues in your next delivery: > ITMS-90725: SDK Version Issue - This app was built with the iOS 13.2 SDK. All iOS apps submitted to the App Store must be built with the iOS 13 SDK or later, included in Xcode 11 or later. Further, starting April 26, 2021 iOS apps submitted to the App Store must be built with the iOS 14 SDK or later, included in Xcode 12 or later. > After you’ve corrected the issues, you can upload a new binary to App Store Connect. > Best regards, > The App Store Team I‘m really surprised Apple has not given us more of a heads up about this! Unless another Cordova iOS release is imminent, this means the Cordova community won’t be able to submit app updates for a while, right?

Thu, 22 Apr 2021 18:19:36 GMT

@dpogue says

Nope, you should just need to build with Xcode 12

Thu, 22 Apr 2021 18:23:14 GMT

@tvanzanten says

That would do it 🙂 Just checked our CircleCI pipeline and we're using Xcode 11.3.0 . Thanks!

Channel #turkey (1 messages)


Fri, 23 Apr 2021 03:00:35 GMT

@kagan.ergovan says

Arkadaşlar selamlar herkese

Channel #cordova-android (3 messages)


Thu, 22 Apr 2021 14:05:30 GMT

@prasunjajodia says

With the android-11 restrictions on file access for api 30, for cordova-plugin-file, are the cordova.file.dataDirectory and cordova.file.applicationDirectory still OK to use, or do I need to add any permissions for it?

Thu, 22 Apr 2021 14:11:08 GMT

@norman137 says

They should continue working as is. I believe it's the external* constants that will give you trouble.

Thu, 22 Apr 2021 15:54:22 GMT

@ucheozoemena says

Hi folks, Android recently introduced the loadThumbnail<https://developer.android.com/reference/android/content/ContentResolver#loadThumbnail(android.net.Uri,%2520android.util.Size,%2520android.os.CancellationSignal)| method on >ContentResolver, as part of a deprecation of MediaStore.Video.Thumbnails. I am looking for a way to get the file path of the bitmap that‘s produced by loadThumbnail. Yes, this is very similar to all the many StackOverflow questions about getting the file path from a bitmap, but all the answers I’ve seen indicate that the bitmap has to be saved to a file, then the path of that file is used. But loadThumbnail has already created the image, so I don‘t want to duplicate it on the device’s file system. So my question is this:

Is there a way to get the file path of an existing image (a Bitmap object) without saving the bitmap to the filesystem then reading its path? Thanks.

Channel #framework-mixins (2 messages)


Fri, 23 Apr 2021 03:00:11 GMT

@kagan.ergovan says

Hello everyone

Fri, 23 Apr 2021 03:00:28 GMT

@kagan.ergovan says

I want to implement NextJS to Cordova, is it possible?