79635040

Date: 2025-05-23 07:34:03
Score: 1
Natty:
Report link

I only needed to add a 1px to get it to work apparently! Posting here if someone has the same question :)

onLoadStop: (controller, url) async {
    await injectJavascript(controller);
    await Future.delayed(Duration(milliseconds: 300));

    await _webViewController?.evaluateJavascript(
     source: '''
     document.documentElement.style.height = document.documentElement.clientHeight + 1 + 'px';
      ''',
  );
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Clara