breautek edited a comment 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, if not using feature detection. 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
