mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Add npm script that generates ios .d.ts-es from the tests app
Less than 30 erros left, let's hope it still works Added lib.*.d.ts from typescript, removed lib and dom stuff, added by hand XHR, alert etc. .d.ts-es for polyfills Roll back some changes involved in separating UIEvent for dom and ios Test combined dts-es will now use lib, while internally we will not to avoid UIEvent conflict with dom stuff
This commit is contained in:
@@ -37,7 +37,7 @@ export class HtmlView extends common.HtmlView {
|
||||
this._ios.editable = false;
|
||||
this._ios.selectable = true;
|
||||
this._ios.userInteractionEnabled = true;
|
||||
this._ios.dataDetectorTypes = UIDataDetectorTypes.UIDataDetectorTypeAll;
|
||||
this._ios.dataDetectorTypes = UIDataDetectorTypes.All;
|
||||
}
|
||||
|
||||
get ios(): UITextView {
|
||||
|
||||
Reference in New Issue
Block a user