Rank: Newbie Groups: Member
Joined: 8/3/2017 Posts: 1
|
Hi,
I have an application done with Angular 4. When loading the app in EO Browser (15.3.24.0) in a Winform application, I'm getting a javascript error.
Uncaught TypeError: Cannot read property 'apply' of undefined.
I cannot upgrade the eo browser because of some other restriction we have so I have make it work with this one.
Any suggestions ?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,225
|
Hi,
You can try to use the built-in debug console to debug the JavaScript code and see if you can find out a workaround. If you can not find a workaround, then your only choice might be to upgrade EO.WebBrowser to the current version.
EO.WebBrowser V15 is based on Chromium V42, so it's considered rather old giving the fast pace Chromium updates. It's possible that Angular 4 no longer supports such "old" Chromium versions (in fact if you look at Angular's official browser support page, it just shows for Chrome it supports the "latest"). In that case it is not possible for us to magically make it work. You can try to modify Angular to make it work but that would still be twisting its arms to do what it is not designed to do. So your best option would be to upgrade the browser engine.
Thanks!
|