plugins icon indicating copy to clipboard operation
plugins copied to clipboard

@nativescript plugins to help with your developments.

Results 199 plugins issues
Sort by recently updated
recently updated
newest added

Right now the iOS impl will use `ImageSource.fromUrl` which means local images and res images wont work. Would be nice to add support for this.

Would be really useful. For example for background-http when you want to use okhttp on android. It would prevent a user from needing to generate typings

When two elements are overlapped using GridLayout, element below becomes unavailable because it is covered by another element. This is not the case with android. Code example: > In this...

Hi, Google is asking developers to update to the new Android Google Maps SDK renderer. I would like to be sure that my apps won't be affected by this change...

When updating to the latest version of `background-http` I am receiving the following build error: ``` D:\code\SafeSite\mobile\code\apps\nativescript-safesite\platforms\android\app\src\main\java\com\tns\gen\net\gotev\uploadservice\observer\request\RequestObserverDelegate.java:10: error: cannot access RequestObserverDelegate net.gotev.uploadservice.observer.request.RequestObserverDelegate { ^ bad class file: C:\Users\joshc\.gradle\caches\transforms-3\6c21abdd05e63a95e1d98494741b42e0\transformed\jetified-uploadservice-4.9.2-api.jar(/net/gotev/uploadservice/observer/request/RequestObserverDelegate.class) class file...

Hello, I'm writing an application in nativescript vue where I need to pick an image on iOS Photo Library. For that I wanted to use the imagepicker plugin. Authorization is...

Hi, I tried to use custom marker info window. First of all, Could you let me know proper way to implement this, since there is not clear instruction from documentation....

bug

The following error only seems to happen on Android 11. After imagepicker.present() and selecting an image from external storage the selection is empty. When picking an image from internal storage...

I am having an issue now where @nativescript/imagepicker works perfectly when I do ns run android, wherein I am able to see the images in their respective folders and make...

Hello, # Issue I have updated `Imagepicker` on its latest version (`3.0.0` / `3.0.1`). It worked well in dev mode, but when built with the `--release` flag, it cease to...