Beispiel #1
0
 /// <summary>
 /// Sets whether the web view should show with a bounces effect when scrolling to page edge.
 ///
 /// This only works on mobile platforms. It will do nothing on macOS Editor.
 /// </summary>
 /// <param name="enabled">Whether the bounces effect should be applied or not.</param>
 public void SetBouncesEnabled(bool enabled)
 {
     UniWebViewInterface.SetBouncesEnabled(listener.Name, enabled);
 }