plugins
plugins copied to clipboard
@nativescript plugins to help with your developments.
Hi, I 've been using background-http plugin for years and it works great to upload photos taken with app on application server with an api. In accordance with google's request...
The main package does not contain the necessary `/angular` directory exports. Environment NativeScript 9.x Plugin Version: @nativescript/google-mobile-ads 5.0.4
## Description Fix iOS identityToken, authorizationCode returning native object instead of string value. ## Problem On iOS, SignIn.signIn(options) returns identityToken, authorizationCode object instead of strings. typeof identityToken is object not...
## Description Fix iOS token retrieval returning GIDToken object instead of string value. ## Problem On iOS, `getTokens()` returns native `GIDToken` objects instead of token strings, making the tokens unusable...
Hallo, Google AdMob currently has two new ad units: rewarded interstitial ads and open app ads. [@nativescript/google-mobile-ads](https://github.com/NativeScript/plugins/blob/main/packages/google-mobile-ads/README.md) currently only supports banners, interstitials (fullscreen), native ads, and rewarded ads.
### Info "@nativescript/local-notifications": "^6.4.0", "@nativescript/android": "8.9.1", "@nativescript/firebase-messaging": "5.0.2", ### Problem Both LocalNotifications.hasPermission() and LocalNotifications.requestPermissions() return false in a application with already given permissions for push notifications. This does not allow...
As Google requires all apps to take care for the [16kb page size alignment](https://developer.android.com/guide/practices/page-sizes), this PR updates the libraries used in PDF plugin to do so. Repositories used: * https://github.com/marain87/PdfiumAndroid...
While implementing the pacakge i see that in the response the serverAuthCode comes as undefined. I do get accessToken and the idToken. Because of the way our backend works we...
I updated to the latest version of the zip plugin, and when I ran the part of our app that uses it, the app crashed saying "SSZipArchive is not defined."...
https://github.com/NativeScript/plugins/blob/a503c40264e6704cbf87ccaaa76da5b8486b4e46/packages/google-maps/index.d.ts#L484 `Marker` implements `Partial` but `Circle` and other geometries do not although they define the methods for it. I would like to access the underlying native object. But typescript insists...