-
Notifications
You must be signed in to change notification settings - Fork 45
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
Use WebView instead of redirecting to the browser #146
Comments
Keep in mind. Make sure
|
I would like to do this one. Kindly assign me this issue. |
Hi @mundadapurva have assigned the issue to you, please discuss the implementation before starting the code, and keep the above comment into consideration |
Thanks for assigning me. I am thinking of using the "webview_flutter" package for implementing the webview. Also, about the PDFs, do you want them to be downloaded or opened? |
Opened |
A webview package is already being used, please check if you can leverage the same, multiple packages for same usecase should be avoided |
Using The WebView widget instead of redirecting the URL to the browser. May make better experience if the URL opens in the app itself.
The text was updated successfully, but these errors were encountered: