UNPKG
@nativescript-community/ui-webview-rtc
Version:
latest (1.6.0)
1.6.0
1.5.3
1.5.2
1.5.1
1.5.0
1.4.11
1.4.10
1.4.9
1.4.8
1.4.7
1.4.6
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.7
1.2.6
1.2.5
github.com/nativescript-community/ui-webview
nativescript-community/ui-collectionview
@nativescript-community/ui-webview-rtc
/
index.android.js
6 lines
•
266 B
JavaScript
View Raw
1
2
3
4
5
6
import
{
AWebView
}
from
'@nativescript-community/ui-webview'
;
import
{ webRTCProperty }
from
'./index.common'
;
export
default
function
install
(
) {
AWebView
.
prototype
[webRTCProperty.
setNative
] =
function
(
enabled
) { }; }
//# sourceMappingURL=index.android.js.map