pullToRefreshController property

PlatformPullToRefreshController? pullToRefreshController
final

Represents the pull-to-refresh feature controller.

NOTE for Android: to be able to use the "pull-to-refresh" feature, InAppWebViewSettings.useHybridComposition must be true.

Officially Supported Platforms/Implementations:

  • Android native WebView
  • iOS

Implementation

final PlatformPullToRefreshController? pullToRefreshController;