Nic Hubbard
Nic Hubbard
The issue is in `ZSSRichTextEditor.m` starting with line 17. It is a hack for `UIWebBrowserView` so that it won't show the default bar above the keyboard.
Can you integrate the project manually instead of using pods?
`UIWebView` isn't used anymore. Have you made sure to update?
Just don't use CocoaPods. We haven't ever updated that.
Currently I don't have time to update this. Please feel free to integrate it manually, which is quite easy.
Someone can dig into the code if they want. I just don't have any time for this project currently.
What do you propose for hosting the image? Just setting it with a base64 string, or uploading it somewhere? Or, do you mean saving the image locally in your app...
But I think we still struggle with the issue of where to store this image. `ZSSRichTextEditor` can be used for a number of different things. If it was being used...
An option would be to use the Cloud App API to upload and store the images...
Just tested and I am not seeing this issue. Any more details on this issue? Have you modified the project files?