help, with web view tool

hello friend,

I made an app that can browse e-books with help of webview and google driver. but I have problem with the bottom of the download. when I click the download bottom the book does not download.

it is very important to my app to download the books. can anyone help me, please?

Did you set write storage permission? Can you show your download blocks?

1 Like


this my block, can you help me

As i said earlier, where is the permission for write external storage?

Also what are you trying at here ?

Index must be a number

1 Like

how I do the permission for write external storage?

Search… Please

And…
Search…

1 Like

Use ask permission block in screen initial block

1 Like

First of all I believe your google drive links should be in the form of

https://drive.google.com/uc?export=download&id=fileID

Three ways to download pdf,

Using download component

Using custom webview extension

Using Download to ASD extension

Extension to download file(s) to ASD (app-specific directory) without WRITE permission

1 Like

how i get the custom webview extension

1 Like