Code Monkey home page Code Monkey logo

Comments (2)

breautek avatar breautek commented on June 20, 2024 1

What is the minimum supported Android version?

Plugins generally follow the minimum supported version of the platform, which the android current release has a min SDK of 24.

The error is a JS error though and doesn't really have anything to do with android SDK levels, but rather the webview version you're running doesn't have support for the let keyword. let was introduced in Chrome 49.

Based on AOSP emulators, the webview version that ships with a factory AOSP on API 24 is Chrome 51 if I recall correctly. You can double check the Android System Webview version to confirm if you're running something less than 49.

While AOSP emulators have a really low webview version, in practice most people running on the same device will likely have a more modern webview version as they will auto update unlike AOSP emulators. This can also be tested by using a Google Play enabled emulator, signing into Google Play and install the updates. We do try to support the "factory" webview versions based on the AOSP emulators though.

Android 6 is API 23, so the factory webview version I'd expect is less than 49, but I don't recall what the factory shipped version is on API 23 on top of my head.

from cordova-plugin-file-transfer.

RonnySchleicher avatar RonnySchleicher commented on June 20, 2024

Many thanks for the detailed answer.
That really helps me.

Best Regards Ronny

from cordova-plugin-file-transfer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.