Home Forums Report Bugs Canvas js export enable not working on android device Reply To: Canvas js export enable not working on android device

#13620

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