-
Notifications
You must be signed in to change notification settings - Fork 445
Please update WKWebView instead of UIWebView #239
Comments
I have exact same problem with the UIWebView. Any info if this will be updated any time soon? |
My issue is solve remove pod in move below file in your project, |
This is a dead project. Is there an active fork for this or a library that can replace it easily? |
@gim- u right pod library is old but i update WKWebView code in this zip so it's working fine. |
It's ok as a temporary solution, but in a long term it's better to migrate to more up-to-date library that's being maintained properly |
@gim- https://github.com/T-Pro/RichEditorView To use it:
|
@ppamorim i have already used this library but in this pod UIWebView not updated so apple reject app |
@maulik3107 How come this is possible? Please check this class: https://github.com/T-Pro/RichEditorView/blob/master/RichEditorView/Classes/RichEditorWebView.swift I am using this very same library and Apple never rejected my app. Please check your app first. |
@ppamorim Thank u so much now it's working with above link. |
@ppamorim The toolbar not appearing. What is the reason. |
@thiwankacs // Do In viewDidLoad
|
Here is the code I written import UIKit class ViewController: UIViewController {
} extension ViewController: RichEditorToolbarDelegate, RichEditorDelegate {
} That code shows toolbar on UIWebView but not showing toolbar with WKWebView. |
@thiwankacs pod 'RichEditorView', :git => 'https://github.com/T-Pro/RichEditorView.git', :branch => 'master' |
@maulik3107 Actually toolbar not showing with WKWebView. Is There any new configs or some thing to do. |
@thiwankacs |
@maulik3107 |
@thiwankacs |
I changed my minimum iOS version to 11.0. And run on iPad which runs iOS 12.14. And my Xcode version is 11.3. But I'm unable to see toolbar. Here is the logs |
@maulik3107 |
I created new project add freshly installed pod 'RichEditorView', :git => 'https://github.com/T-Pro/RichEditorView.git', :branch => 'master' and that is only pod I used in this. Target iOS version is 11.0 Then I added view to storyboard and add @IBOutlet weak var editorView: RichEditorView! and here is the viewController `import UIKit class ViewController: UIViewController, RichEditorToolbarDelegate, RichEditorDelegate {
}` Here is the result still toolbar is missing. Please give me any idea. |
@thiwankacs |
First of all thanks for your valuable support. I run your code and still the same. And I'll attach my code. I'm asking about the section above the keyboard. |
@thiwankacs |
Seriously. What is the iOS and Device You checked. |
@thiwankacs |
I checked devices with iOS 12.1 and 12.4. Is there any idea. |
I checked this thread and implemented also. working fine. but If I use this version, will apple approve my app? |
@agni601 |
Any one have idea about networking toolbar in iOS 12.1 and 12.4. |
@thiwankacs |
@maulik3107 |
@agni601 : |
@gim- @ppamorim @Borko4vp @thiwankacs any one have idea how send messages via Bluetooth using Swift. Please help |
WKWebView instead of UIWebView because apple reject app
Thanks,
Maulik Patel
The text was updated successfully, but these errors were encountered: