Many pits encountered before have forgotten, now encountered and then slowly record it

  1. Some configuration on the environment: segmentfault.com/a/119000000…
  2. Android webView injectedJavaScript does not support comments
  3. The android webView uri import should be placed in file:///android_asset
  4. Source ={HTML: “}, string will be decode, resulting in some code such as surplus %12 decode into other code, run failed, can be first encode
  5. Source ={HTML: ”}/ \ \ /Will become/ / /The matching result fails. Use String.raw to solve the problem
  6. Use string.raw, strings\ 2Error reported. Upgrade Babel to 7
  7. Content area height: juejin.cn/post/684490…