This repository has been archived by the owner on May 1, 2024. It is now read-only.
InputAccessoryView in WkWebView is readonly (should be changeable) #13566
Labels
a/keyboard
a/webview
p/iOS 🍎
proposal-open
s/unverified
New report that has yet to be verified
t/enhancement ➕
Description
(I'm quite new to Xamarin development and this is my first issue, so please be generous if I do something wrong)
Since 2019 the field
InputAccessoryView
inWkWebView
should be changeable (see here).The current implementation in Xamarin is as follows:
Impact
Many RichtText-Editors are implemented using a WkWebView with
contenteditable="true"
to edit HTML formatted text.Because this field is read-only it is not possible to change the toolbar above the keyboard and only a not very useful standard toolbar is shown:
The field needs to be editable to allow serious implementations as follows (or even disable this toolbar completely):
Steps to Reproduce
Expected Behavior
Field
InputAccessoryView
can be assigned.Actual Behavior
Field
InputAccessoryView
cannot be assigned.Further information
The field
InputAccessoryView
for Entry types can be assigned successfully:(This code compiles and it is possible to successfully set a custom toolbar - this serves as proof that Xamarin is able to do it)
Please let me know if some information or anything else is missing. I am more than happy to help getting it fixed.
Thanks in advance to everybody helping here...
Basic Information
The text was updated successfully, but these errors were encountered: