getContentWidth method
Gets the width of the HTML content.
NOTE for Android: it is implemented using JavaScript.
NOTE for Web: this method will have effect only if the iframe has the same origin.
NOTE for MacOS: it is implemented using JavaScript.
Officially Supported Platforms/Implementations:
- Android native WebView
- iOS (Official API - UIScrollView.contentSize)
- MacOS
- Web (Official API - Document.documentElement.scrollWidth)
Implementation
Future<int?> getContentWidth() => platform.getContentWidth();