Open
Description
Error happens in this function located here: bluetooth.andriod.js
Bluetooth._coarseLocationPermissionGranted = function () { var hasPermission = android.os.Build.VERSION.SDK_INT < 23; // Android M. (6.0) if (!hasPermission) { hasPermission = android.content.pm.PackageManager.PERMISSION_GRANTED == android.support.v4.content.ContextCompat.checkSelfPermission(application.android.foregroundActivity, android.Manifest.permission.ACCESS_COARSE_LOCATION); } return hasPermission; };
andriod.support.v4.content == undefined
I am using nativescript@6.1.0 and Andriod 10.
Metadata
Metadata
Assignees
Labels
No labels