Skip to main content

WebKitWebViewUIImplementationOptionsIOS

@authgear/react-native


@authgear/react-native / WebKitWebViewUIImplementationOptionsIOS

Interface: WebKitWebViewUIImplementationOptionsIOS

Color is an integer according to this encoding https://developer.android.com/reference/android/graphics/Color#encoding. Yes, it is still from Android such that the color encoding method in iOS is the same that used in Android.

Properties

isInspectable?

optional isInspectable: boolean

Indicates whether you can inspect the view with Safari Web Inspector. See https://developer.apple.com/documentation/webkit/wkwebview/4111163-isinspectable.


modalPresentationStyle?

optional modalPresentationStyle: "automatic" | "fullScreen" | "pageSheet"

Styles for the modal. See https://developer.apple.com/documentation/uikit/uimodalpresentationstyle.


optional navigationBarBackgroundColor: number

The color is in hexadecimal format representing the argb, for example, blue is 0xff0000ff.


optional navigationBarButtonTintColor: number

The color is in hexadecimal format representing the argb, for example, blue is 0xff0000ff.


wechatRedirectURI?

optional wechatRedirectURI: string

When the webview navigates to this URI, instead of follow the URI in the webview, invoke sendWechatAuthRequest.