This commit is contained in:
Israel Soto 2022-08-25 13:21:42 -05:00 коммит произвёл GitHub
Родитель fb59f9d604
Коммит 7722132acb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 3 добавлений и 11 удалений

Просмотреть файл

@ -1279,9 +1279,9 @@ namespace WebKit
[Export ("allowsContentJavaScript")]
bool AllowsContentJavaScript { get; set; }
// [Mac (13,0), iOS (16,0), MacCatalyst (16,0), NoWatch, NoTV]
// [Export ("lockdownModeEnabled")]
// bool LockdownModeEnabled { [Bind ("isLockdownModeEnabled")] get; set; }
[Mac (13,0), iOS (16,0), MacCatalyst (16,0), NoWatch, NoTV]
[Export ("lockdownModeEnabled")]
bool LockdownModeEnabled { [Bind ("isLockdownModeEnabled")] get; set; }
}
[NoMac]

Просмотреть файл

@ -2,7 +2,3 @@
!missing-selector! WKWebView::findInteraction not bound
!missing-selector! WKWebView::isFindInteractionEnabled not bound
!missing-selector! WKWebView::setFindInteractionEnabled: not bound
## https://github.com/xamarin/xamarin-macios/issues/15593
!missing-selector! WKWebpagePreferences::isLockdownModeEnabled not bound
!missing-selector! WKWebpagePreferences::setLockdownModeEnabled: not bound

Просмотреть файл

@ -2,7 +2,3 @@
!missing-selector! WKWebView::findInteraction not bound
!missing-selector! WKWebView::isFindInteractionEnabled not bound
!missing-selector! WKWebView::setFindInteractionEnabled: not bound
## https://github.com/xamarin/xamarin-macios/issues/15593
!missing-selector! WKWebpagePreferences::isLockdownModeEnabled not bound
!missing-selector! WKWebpagePreferences::setLockdownModeEnabled: not bound