You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/09/20 16:51:44 UTC

[GitHub] [cordova-plugin-device] breautek commented on issue #142: Why isn't the getSDKVersion() function being used?

breautek commented on issue #142:
URL: https://github.com/apache/cordova-plugin-device/issues/142#issuecomment-923101726


   My best guess is SDK target is really an android-only concept. All other platforms mainly act on their OS / Browser version to determine capability.
   
   In most cases, SDK details isn't necessary on the webview side either (e.g. a plugin should handle determining SDK version and choosing a specific API to do it's job and that's an implementation detail that the webview shouldn't care about.
   
   Personally I wouldn't be opposed to adding a new android-only property that provides the SDK version. PR is welcome.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org