chore(docs): Clarify that navigationType and isTopFrame is iOS only (#1880)
This commit is contained in:
parent
f7504ccead
commit
9c51a17040
|
@ -550,7 +550,7 @@ The `navState` object includes these properties:
|
|||
canGoBack
|
||||
canGoForward
|
||||
loading
|
||||
navigationType
|
||||
navigationType (iOS only)
|
||||
target
|
||||
title
|
||||
url
|
||||
|
@ -729,8 +729,8 @@ canGoBack
|
|||
canGoForward
|
||||
lockIdentifier
|
||||
mainDocumentURL (iOS only)
|
||||
navigationType
|
||||
isTopFrame
|
||||
navigationType (iOS only)
|
||||
isTopFrame (iOS only)
|
||||
```
|
||||
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue