How to show Certain Part of WebPage inside Webview With Fit Screen to All Devices

前端 未结 5 2207
终归单人心
终归单人心 2021-02-19 23:13

I Want to Show WebPage Inside WebView. Up to this it is fine.

But I have WebPage (As Given Below) and I want Certain Part of it. I mean just Top Left Corner should be vi

5条回答
  •  栀梦
    栀梦 (楼主)
    2021-02-19 23:59

    I believe the fix should be done only at the web page level and ideally WebView cannot do any tricks here. WebView is simply a browser(to be specific chromium browser) which should just do rendering as instructed by the web page.

    In order to actually fix your issue, you should try modifying the CSS of the web page.

提交回复
热议问题