0

I am trying to open web.whatsapp.com web in mobile WebView. Web view is working fine in flutter app but, I want the site to be opened in desktop preference.

This is what I am getting

enter image description here

Expected

enter image description here so that I can scan the QR code

Neeleshwar Kumar
  • 335
  • 3
  • 13

1 Answers1

0

if you want to open website inside desktop app, use this dependency https://pub.dev/packages/desktop_webview_window

aexces
  • 11
  • 3
  • It just opens zoomed out view, not the desktop version of site – Neeleshwar Kumar Dec 15 '21 at 06:20
  • As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Dec 15 '21 at 07:21