You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I looked at modifying PK/PMCustomKeyboard class method "-(void)setTextView:textView " to include:
else if ([textView isKindOfClass:[UIWebView class]])
[(UIWebView *)textView setInputView:self];
But a UIWebView doesn't have an method for setInputView. This is contrary to what the apple docs say:
"You are not limited to input views and input accessory views in framework-supplied text objects. Any class inheriting directly or indirectly from UIResponder (usually a custom view) can specify its own input view and input accessory view. The UIResponder class declares two properties for input views and input accessory views:"
And a UIWebView does inherit indirectly from UIResponder.
The more I look into it, the more I think this isn't possible to do.
Hi,
thanks for your great control. But i need to make it work with UIWebview for editing Rich Text data.
Any suggestion is much appreciated.
Regards;
The text was updated successfully, but these errors were encountered: