How do I remove vertical scroll in webviewer?

So I should place it to the top of create webview ?

Yes.

1 Like

There is a issue when I click upload image in app, file manager doesn't open ! but works perfectly in browser

Webview != Browser
So see this thread to know more about it:

Hi @vknow360 , i just copied all blocks same to same but its not working, app is asking for file permissions but when i click to upload a picture file manager is not opening.....


I changed customwebview file access to true too but no progres
(but this time file upload permission was not shown)

There are two things:

  1. First is to ask read permission you have to use AskPermission block on Screen Initialize.
  2. Sometimes mime type returned by website is empty so use a condition there and if it empty then set */* as mime type.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.