cordova-plugin-reportfullydrawn
v1.1.1
Published
A plugin for reporting to the native device that the app has loaded fully "
Downloads
73
Maintainers
Readme
ReportFullyDrawn plugin
version 1.1.0. Compatible with Android
Install
npm i cordova-plugin-reportfullydrawn
ionic cordova plugin add cordova-plugin-reportfullydrawnHow 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
