mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
Merge pull request #1203 from NativeScript/webviewclient
WebViewClientClass exported
This commit is contained in:
@ -4,7 +4,7 @@ import fs = require("file-system");
|
||||
|
||||
global.moduleMerge(common, exports);
|
||||
|
||||
class WebViewClientClass extends android.webkit.WebViewClient {
|
||||
export class WebViewClientClass extends android.webkit.WebViewClient {
|
||||
private _view: common.WebView;
|
||||
|
||||
constructor(view: common.WebView) {
|
||||
|
Reference in New Issue
Block a user