I'd like to use Plaid Link on Android application. I try to embed some javascript in WebView as in tutorial :
<form id="some-id" method="POST" action="/authenticate"></form>
<!-- To use Link with longtail institutions on Connect, set the
data-longtail attribute to 'true'. See the Parameter Reference for
additional documentation. -->
<script
src="https://cdn.plaid.com/link/stable/link-initialize.js"
data-client-name="Client Name"
data-form-id="some-id"
data-key="test_key"
data-product="auth"
data-env="tartan">
</script>
However the UI seems to be cut - the frame is too small and whole UI needs to be scrolled:
Is there anything that could fix that issue?