Enable Downloads In Your WebBrowser Latest Tutorial..! 1) Create a new Web Browser project in Sketchware Below are some tutorials regarding this topic. Please watch these tutorials . These tutorials will help you in understanding the topic. Part 1 Part 2 Part 3 3) Export the project which you have created in Sketchware to AIDE or Android Studio 4) Navigate to AndroidManifest.xml and add the following permission <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> 5) Now Open MainActivity.java or the Java File where you want to add the Download Listener and add the following code webview1.setDownloadListener(new DownloadListener() { @Override ...