|
@@ -258,11 +258,13 @@ On iOS, when [`useWebKit=true`](Reference.md#usewebkit), this prop will not work
|
258
|
258
|
|
259
|
259
|
### `onShouldStartLoadWithRequest`
|
260
|
260
|
|
261
|
|
-Function that allows custom handling of any web view requests. Return `true` from the function to continue loading the request and `false` to stop loading.
|
|
261
|
+Function that allows custom handling of any web view requests. Return `true` from the function to continue loading the request and `false` to stop loading.
|
262
|
262
|
|
263
|
|
-| Type | Required | Platform |
|
264
|
|
-| -------- | -------- | -------- |
|
265
|
|
-| function | No | iOS |
|
|
263
|
+On Android, is not called on the first load.
|
|
264
|
+
|
|
265
|
+| Type | Required |
|
|
266
|
+| -------- | -------- |
|
|
267
|
+| function | No |
|
266
|
268
|
|
267
|
269
|
---
|
268
|
270
|
|