webviewgold-sdk
v0.1.3
Published
unofficial webview gold sdk
Downloads
12
Maintainers
Readme
📱⭐️ Unofficial WebViewGold SDK
a modular package to handle WVG APIs
IMPORTANT: this module only works in BrowsersInstall
if you are using Yarn:
yarn add webviewgold-sdkif you are using NPM:
npm i webviewgold-sdkUsage
const wbg = require("webviewgold-sdk");
const uuid = wbg.getUUID();
console.log(uuid); // B79736F6-8D05-40AF-A20E-886F435551C1Implemented APIs
- [x] Reset App API
- [x] QR Code Scanner API
- [x] HTML5 Geolocation API
- [x] Push Notifications API via OneSignal, Firebase, and JavaScript
- [x] UUID API
- [x] Dynamic Status Bar API
- [x] App Version Check API
- [x] Reset App API
- [x] Take Screenshot API
- [x] Spinner
- [x] Share
- [ ] iCal Calendar API
- [ ] Image, Music, And File Downloader API
- [ ] Downloader for PDF, ePub, Wallet, Documents, and Music Files
- [ ] NFC Plugin
