2016-04-26 13 views
0

WebViewを使用するAndroidハイブリッドアプリでAngular2アプリケーションを読み込もうとしています。 SDKのバージョンは21です。Android WebView API 21でAngular2アプリケーションを実行できません

アプリを読み込めません。 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

SystemJSポリフィルを追加すると、私にとっては巧妙でした。

関連する問題