Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading progress bar and zoom level #256

Open
shoquebd opened this issue Sep 18, 2022 · 1 comment
Open

Loading progress bar and zoom level #256

shoquebd opened this issue Sep 18, 2022 · 1 comment
Labels

Comments

@shoquebd
Copy link

Hello

Is it possible to show page loading progress bar from bottom to top, if yes how? And also let me know is it possible to reduce page zoom level? For example same webpage in other apps and browsers showing little smaller than this app which sometime looks ugly, so if there is anyway to set zoom level in android studio, let me know where I can do that. And one more thing how to can I use one signal code with this app?

Thanks

@mgks
Copy link
Owner

mgks commented Sep 21, 2022

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

Regarding signal one, I haven't used it myself. I have been using firebase with this project from early on, but I'm sure it must be easy to implement too.

@mgks mgks added the help label Sep 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants