Search code examples
angularadblockdevextreme

AdBlock ERR_BLOCKED_BY_CLIENT .../devextreme/events/dblclick.js


I've tried to use devextreme-angular in my angular 2 SPA. But when I add dx to my project it stopped running in Chrome with AdBlock (in private mode or in other browsers it works fine).

It seems that dblclick.js caused this problem, like on this screenshot.

Can you please suggest me something?

Thanks!


Solution

  • AdBlock blocking just one file, that required by SystemJS, but i suppose you will use bundle in production, created by WebPack or some else, so this problem will not reproduced for your customers.