Results 123 comments of Ghazi

just some more time.

Here's something on **[stackoverflow](https://stackoverflow.com/a/10413698/3516573)** might help you.

If you guys are still looking for something, you can try commenting out these: ``` /* contentSelectionIntent.addCategory(Intent.CATEGORY_OPENABLE); contentSelectionIntent.setType(file_type); if (multiple_files) { contentSelectionIntent.putExtra(Intent.EXTRA_ALLOW_MULTIPLE, true); } */ ```

> If you guys are still looking for something, you can try commenting out these: > > ``` > /* > contentSelectionIntent.addCategory(Intent.CATEGORY_OPENABLE); > contentSelectionIntent.setType(file_type); > if (multiple_files) { > contentSelectionIntent.putExtra(Intent.EXTRA_ALLOW_MULTIPLE,...

Hi! Are you talking about setting the progress bar vertically instead of current horizontal? And for custom zoom, you can use scale size: ``` asw_view.setInitialScale(1); webSettings.setLoadWithOverviewMode(true); webSettings.setUseWideViewPort(true); ``` Ref: https://stackoverflow.com/questions/2505393/set-zoom-for-webview...

This one is an old bug, possible solved. Are you guys sure you're using the latest variant?

thanks for the suggestion, will surely look into it.

I need more info to work on this. Do you have logs?

@HerbWalsh I'll look into it soon.