You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**`eventName`**| <code>'browserPageNavigationCompleted'</code> | The name of the browser event to listen for: 'browserPageNavigationCompleted'. |
194
-
|**`listenerFunc`**| <code>(data: <ahref="#browserpagenavigationcompletedeventdata">BrowserPageNavigationCompletedEventData</a>) => void</code> | The function to be called when the event occurs. |
|**`eventName`**| <code>'browserPageNavigationCompleted'</code> | The name of the browser event to listen for: 'browserPageNavigationCompleted'. Applies only to openInWebView. |
194
+
|**`listenerFunc`**| <code>(data: <ahref="#browserpagenavigationcompletedeventdata">BrowserPageNavigationCompletedEventData</a>) => void</code> | The function to be called when the event occurs. |
|**`height`**| <code>number</code> | Sets the height of the bottom sheet. This will be a minimum of 50% of the screen's height. If no value is passed, we will default to the minimum value. |
299
-
|**`isFixed`**| <code>boolean</code> | Sets whether the bottom sheet is fixed. |
|**`height`**| <code>number</code> | Sets the height of the bottom sheet, in pixels. Custom tabs will set the bottom height to at least 50% of the screen. If no value is passed, it will default to the minimum value. |
299
+
|**`isFixed`**| <code>boolean</code> | Sets whether the bottom sheet is fixed. |
0 commit comments