There is no Download Manager in webview that you have created, so you need to handle the download functionality manually. There are 2 ways to download a file from webview.
1.Using Android Download Manager
2.Using web browser opened from webview (which internally uses Android Download Manager)
Refer this thread for more info.
—
Vishwas R
Team CanvasJS