UNPKG
para-bridge-demo
Version:
latest (1.7.8)
1.7.8
1.7.6
1.7.4
1.7.3
1.7.2
1.7.1
1.6.2
1.6.1
1.5.3
1.5.2
1.5.1
1.5.0
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.2
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
a bridge api for js-ios/andriod rest
para-bridge-demo
/
src
/
client
/
modules
/
plugin_schema
/
ntv-webview-new.md
12 lines
(10 loc)
•
193 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
```
tsx
public
componentDidMount
()
{
const
hash = window.location.hash.replace(
'#'
,
''
);
this
.setState({ newUrl:
this
.getHostUrl(hash, { ntv_webview_new:
''
, }), }); } ```