Cloud Han Xiao
Cloud Han Xiao
When running my app on a new Android 9 device (previously running on Android 7 without this problem), it reports the following error: `fingerprint-auth.available: TypeError: Cannot read property 'isHardwareDetected' of...
Hello, Using the latest version of the plugin, I'm asking for some help to a problem I cannot figure out myself. iOS device: iPhone 11 with iOS 13.1.1 Android device:...
Try to `tns run android` to an Android 9 device, the app will check the availability of the nfc at startup as shown below. ```typescript checkNFC() { this.nfc = new...
**@turf/turf 6.5.0** **webpack 5** I'm using turf in a NativeScript project, the sample code could be very simple: ```typescript import * as turf from '@turf/turf'; export class TestClass { testFn()...
I simply set property `helper` on both `MDTextField` and `MDTextView`, but the helper text doesn't show. Please see below code snippets and screenshots. Thank you for your support! `MDTextField` ```...
### Issue Description I have a NS app working on NS 8.4 and Angular 12. When updating NS to 8.8, the app works as expected in my test device using...