Hi Team,
I am using Export to Excel component in our application and noticed that the exporting to excel is not working when the browser has pop up blocker extension enabled.
The same worked when testing locally but when deployed to a server with angular prod build then this scenario is produced.
I am able to download the file with the same build in Edge browser and Chrome Incognito.
I just checked the sample at https://www.infragistics.com/products/ignite-ui-angular/angular/components/exporter-excel#angular-excel-exporter-example and there also I am able to reproduce the issue.
I was expecting atleast a notification of blocking a file to be downloaded but that doesn't happend and I can see a console error as follows:
Failed to load resource: net::ERR_BLOCKED_BY_CLIENTcontent.index.js:2 Uncaught (in promise) TypeError: e.find is not a function at ntfShowManager_NtfShowManager.checkIsHidden (content.index.js:2) at content.index.js:2
Please let us know about the solution in this case.