a console panel for mobile phone, replace alert. https://www.npmjs.com/package/mobile-console.js
npm run build
npm i mobile-console.js --save-dev
import 'mobile-console.js';
new MobileConsole();
open tests/index.html
- support to show console.log api output. (info, warn, error, debug)
- support to show js error.
- support to show xhr and fetch's request and response information. (default off)