WebKitWebViewUIImplementationOptionsIOS
@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?
optionalisInspectable:boolean
Indicates whether you can inspect the view with Safari Web Inspector. See https://developer.apple.com/documentation/webkit/wkwebview/4111163-isinspectable.
modalPresentationStyle?
optionalmodalPresentationStyle:"automatic"|"fullScreen"|"pageSheet"
Styles for the modal. See https://developer.apple.com/documentation/uikit/uimodalpresentationstyle.
navigationBarBackgroundColor?
optionalnavigationBarBackgroundColor:number
The color is in hexadecimal format representing the argb, for example, blue is 0xff0000ff.
navigationBarButtonTintColor?
optionalnavigationBarButtonTintColor:number
The color is in hexadecimal format representing the argb, for example, blue is 0xff0000ff.
wechatRedirectURI?
optionalwechatRedirectURI:string
When the webview navigates to this URI, instead of follow the URI in the webview, invoke sendWechatAuthRequest.