Browse Source

chore(docs): Deleted onShouldStartLoadWithRequest platform reference (#317)

* Deleted onShouldStartLoadWithRequest platform reference

according to b1b662628e it's supported on android and Ios so  no platfor reference is needed

* Deleted onShouldStartLoadWithRequest platform reference 

Now with added note
Momazo7u7 5 years ago
parent
commit
80efc3155c
1 changed files with 6 additions and 4 deletions
  1. 6
    4
      docs/Reference.md

+ 6
- 4
docs/Reference.md View File

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