Skip to main content

@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.

Table of contents

Properties

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.

Defined in

packages/authgear-react-native/index.d.ts:1315


modalPresentationStyle

Optional modalPresentationStyle: "automatic" | "fullScreen" | "pageSheet"

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

Defined in

packages/authgear-react-native/index.d.ts:1310


navigationBarBackgroundColor

Optional navigationBarBackgroundColor: number

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

Defined in

packages/authgear-react-native/index.d.ts:1301


navigationBarButtonTintColor

Optional navigationBarButtonTintColor: number

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

Defined in

packages/authgear-react-native/index.d.ts:1305