"acceptDownloads"
The property specifies if downloads should be accepted for the WebView widget. When enabled, downloads can be started from the widget, and the "downloadStatusUpdated" event is triggered accordingly.
Synopsis
shape.acceptDownloads(bool);
Details
By default, the property is defined as FALSE, so that no unwanted
downloads can be performed.
Downloads are not supported in the Mobile UI, so the property
should always be set to FALSE.
Note:
When download links are defined to be opened in a new
window (using
target="_blank"), the empty window will not close
automatically after the download starts. 