Design a HTML web page for barcode scanning

  • If possible avoid images, as they make the download slower. A work around can be to include the image data in the HTML page, but it cost CPU to convert it.
  • The wrap option in mBrowser, require more CPU. It is better to use BR to break lines manually.
  • Loading the configuration as META parameters at every HTML page cost CPU.
  • Avoid tag TABLE, as it is not supported.
  • Use CENTER if possible. Text at the border for a small screen can be difficult to read.
  • Remove all HTML elements, Mocha Browser does not support.