You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A use case: If the user wants to download multiple files, he/she can add in the que and once each file is downloaded, a success broadcast is made which is listened to in the webview and the business logic can then take some decisions. Right now, the android download manager loses context of the webview as it becomes independent completely.
The text was updated successfully, but these errors were encountered:
Allow a broadcast to be sent with data which can be listened to in webview. I am referencing to this plugin: https://github.com/bsorrentino/cordova-broadcaster#readme
A use case: If the user wants to download multiple files, he/she can add in the que and once each file is downloaded, a success broadcast is made which is listened to in the webview and the business logic can then take some decisions. Right now, the android download manager loses context of the webview as it becomes independent completely.
The text was updated successfully, but these errors were encountered: