无法在Android WebView API 21中运行Angular2应用程序

时间:2016-04-26 15:01:38

标签: android webview angular systemjs

我正在尝试在使用WebView的Android混合应用程序中加载Angular2应用程序。 SDK版本为21。

我无法加载该应用。它无法加载boot.js模块。

        Errormessage: "undefined is not a function↵ 
Error loading http://example.com/mobile/boot.js"stack: 

"TypeError: undefined is not a function↵    
    at http://example.com/mobile/node_modules/angular2/bundles/angular2.dev.js:764:10↵    
    at http://example.com/mobile/node_modules/angular2/bundles/angular2.dev.js:779:5↵    
    at linkDynamicModule (http://example.com/mobile/node_modules/systemjs/dist/system.src.js:2921:32)↵    
    at getModule (http://example.com/mobile/node_modules/systemjs/dist/system.src.js:2889:9)↵    
    at http://example.com/mobile/node_modules/systemjs/dist/system.src.js:2925:16↵    
    at http://example.com/mobile/node_modules/angular2/bundles/angular2.dev.js:11425:22↵    
    at linkDynamicModule (http://example.com/mobile/node_modules/systemjs/dist/system.src.js:2921:32)↵    
    at getModule (http://example.com/mobile/node_modules/systemjs/dist/system.src.js:2889:9)↵    
    at http://example.com/mobile/node_modules/systemjs/dist/system.src.js:2925:16↵    
    at http://example.com/mobile/node_modules/angular2/bundles/angular2.dev.js:13555:20"

SystemJS与我正在使用的WebView的兼容性似乎存在问题。有没有人遇到过同样的问题?

1 个答案:

答案 0 :(得分:1)

添加SystemJS polyfills对我有用。