@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
- isInspectable
- modalPresentationStyle
- navigationBarBackgroundColor
- navigationBarButtonTintColor
- wechatRedirectURI
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:1323
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:1318
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:1309
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:1313
wechatRedirectURI
• Optional
wechatRedirectURI: string
When the webview navigates to this URI, instead of follow the URI in the webview, invoke sendWechatAuthRequest.
Defined in
packages/authgear-react-native/index.d.ts:1328