plugins
plugins copied to clipboard
@nativescript plugins to help with your developments.
On Android if you schedule a notification and wait to receive the notification, the notification shows as expected. If you call getScheduledIds() after, that notification ID is still returned in...
Android version: 11 nativescript CLI: 8.2.3 @nativescript/android: 8.2.2 @nativescript/local-notifications: 6.0.0 When I tap a local notification, the `onReceived` function is called and all data is present. ```js LocalNotifications.addOnMessageReceivedCallback((message) => {...
Hello everyone. Thanks for your help, the plugin "http-background" works great, but when we want to show the user the detail of the error returned by the web service, it...
It appears that android13 (SDK33) now requires a runtime permission for setting local notifications: https://developer.android.com/develop/ui/views/notifications/notification-permission#user-choice I get this error when running the `LocalNotifications.schedule` method: **`Permission not granted.`**. I've tried just...
### General Info: Android minSdk: 26 Android Emulator Sdk: 33 Plugin Version in package.json: ^1.3.1 --- ### JS Code in main-page.js ```JavaScript const biometricAuthPlugin = require('@nativescript/biometrics'); const biometrics = new...
Appologies in advance if i'm doing something wrong, found it weird noone else reported this. Tried all sorts of combinations, binding to a string or a Date() but no luck....
@nativescript/iqkeyboard is source of ~ 8 issues in Xcode, with Deprecations from iOS 13.
Two versions of mmkv > [MMKV](https://github.com/Tencent/MMKV) is an efficient, small, easy-to-use mobile key-value storage framework used in the WeChat application 1. mmkv uses gradle & cocoapods for the dependencies 2....
On iOS if you use cancel it wont hide a notification if it is already showing. While on android it will remove pending and shown notification. I think the best...