I\'m displaying a pdf in webview using help of google docs, with this url, https://docs.google.com/gview?url=+location of pdf. It\'s breaking the pages
url
https://docs.google.com/gview?url=+location of pdf
You can append &overridemobile=true to the url.
&overridemobile=true
Example:
https://docs.google.com/gview?url=www.example.com/example.pdf&overridemobile=true
This will override the mobile viewer and take you to the desktop version, which has a single flow.