mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Update code to take in account suggestions.
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 = 255; // Future Proof this; valid max in iOS is currently 15; however ALL = MAX UNSIGNED INT which isn't valid in JavaScript
|
||||
this._ios.dataDetectorTypes = UIDataDetectorTypes.UIDataDetectorTypeAll;
|
||||
}
|
||||
|
||||
get ios(): UITextView {
|
||||
|
Reference in New Issue
Block a user