plugins
plugins copied to clipboard
@nativescript plugins to help with your developments.
`shareImage` would crash on Android 10+ without `requestLegacyExternalStorage` https://github.com/NativeScript/plugins/issues/124 https://github.com/NativeScript/plugins/pull/127
[@nativescript/camera] IOS Camera stays behind page content if opened in nested page-router-outlet
let me paste the bug from the previous version **unfortunately still not fixed, hence the request for help** https://github.com/NativeScript/nativescript-camera/issues/234 " I have a nested page-router-outlet configuration in my app. Root...
Please, provide the following version numbers that your issue occurs with: CLI: 7.0.10 "@nativescript/android": "7.0.1", "@nativescript/ios": "7.0.5", angular 10.2.1 When I upload a file, I get the error below. e.responseCode...
When loading up a component inside a modal from a footer navigation I've noticed Attempt to present on (from ) whose view is not in the window hierarchy. This issue...
The plugin's [README.md](https://github.com/NativeScript/plugins/blob/master/packages/shared-notification-delegate/README.md) mentions a `delegateUniqueKey`, but it should be `observerUniqueKey`: https://github.com/NativeScript/plugins/blob/a785b949bd8dcf68f47587d62bfe76e0e6e1960e/packages/shared-notification-delegate/index.d.ts#L2-L7 The [v8 documentation](https://docs.nativescript.org/plugins/shared-notification-delegate.html) also states the wrong key.
Found that when use the plugin background service to track gps is not capturing gps if device is idle and inside vehicle.. like plugin cannot detect vehicle movement. Although it...
Setting custom spinner text color isn't working on Android 10+. Background color can be set normally. This issue is probably caused as discussed here: https://forums.xamarin.com/discussion/183258/no-field-mselectorwheelpaint-in-class-landroid-widget-numberpicker-in-api-29-android-10
Hi, I had [this](https://github.com/NativeScript/nativescript-camera/issues/251) issue by using > "nativescript-camera": "^4.4.0" So i saw it was fixed on version 5.0.2 of @nativescript/camera , i removed the last one and puted this....
Have an app created that involves a modal loading after a user takes a picture to edit that picture. Once the picture is taken, if the modal tries to come...
The issue is that the FilterProvider path in Tool/Assets is `android:authorities="${applicationId}.fileprovider"` [code](https://github.com/NativeScript/plugins/blob/ad90bd4b6d3e749b2d400c5e936b2a1b712665be/tools/assets/App_Resources/Android/src/main/AndroidManifest.xml#L35) it does not match the one defined in the package `android:authorities="${applicationId}.provider"` [code](https://github.com/NativeScript/plugins/blob/ad90bd4b6d3e749b2d400c5e936b2a1b712665be/packages/social-share/platforms/android/AndroidManifest.xml#L6) In the source code, it use...