cordova-plugin-reportfullydrawn

A plugin for reporting to the native device that the app has loaded fully "

Usage no npm install needed!

<script type="module">
  import cordovaPluginReportfullydrawn from 'https://cdn.skypack.dev/cordova-plugin-reportfullydrawn';
</script>

README

ReportFullyDrawn plugin

version 1.1.0. Compatible with Android

Install

npm i cordova-plugin-reportfullydrawn
ionic cordova plugin add cordova-plugin-reportfullydrawn

How to use

const callbackSuccess = success => {
  console.log(success);
};
const callbackError = error => {
  console.error(error);
};

this.platform.ready().then(() => {
  window["ReportFullyDrawn"].reportFullyDrawn(callbackSuccess, callbackError);
  window["ReportFullyDrawn"].printInfo();
});


qwe qwe qwe