소스 검색

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 년 전
부모
커밋
80efc3155c
1개의 변경된 파일6개의 추가작업 그리고 4개의 파일을 삭제
  1. 6
    4
      docs/Reference.md

+ 6
- 4
docs/Reference.md 파일 보기

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