setSwipeSettings abstract method

Future<VKWebAppBoolResult> setSwipeSettings(
  1. bool history
)

VKWebAppSetSwipeSettings enables the standard browser swipe behavior on the client.

Platforms: iOS

history - flag for configuring the browser to work with swipe on iOS.

Implementation

Future<VKWebAppBoolResult> setSwipeSettings(bool history);