<How to zoom on a specific image from url on webvi...
# stackoverflow
u
How to zoom on a specific image from url on webview AndroidStudio By using a Webview I'm trying to display only the QRcode from this url: https://app.ethiomobilemoney.et:2121/ammwebpay/#/?transactionNo=202207131604471547205398120337410 which is located at the center of the webpage. So my idea was to zoomIn on the webpage until only the qrcode is visible. This is my xml file. ' And this is my java code: public...