First of all I stressed that I am just a rookie, the great God do not like to spray.
First introduce the project background, mainly the company's official website H5, the structure is ANGULAR4 a bit overqualified bright, but, the company requirements.
The main function of the project is almost done. To test, this time found that Baidu browser, UC browser, QQ browser can not open the page. Our technical department is starting to find out why. Just started this new thing, also unfamiliar, at night when found to be the Android version of the problem,
The next day to consider is not an Android incompatibility problem, and later looked under, is the Android kernel incompatible Systejs this part,
Need to install Polyfills, which is what we call the gasket.
Ok
Find out the reason is good to run.
I first tried using the next CDN to install Es6-shim and polyfills. Two must be installed before you can.
The solution is simple, if not known. Maybe the whole project won't go through.
Angular 4 practical development--Android compatibility issues (1)