Moseskhan
Moseskhan
Is there a solution for this , getting themeable browser to use the wkwebview?
he following build commands failed: ``` ../platforms/ios/MyPad/Plugins/cordova-plugin-themeablebrowser/CDVThemeableBrowser.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (1 failure) ``unknown type name 'CDVUIWebViewDelegate' This is the error that am getting when doing a build with themeablebrowser...
We already implemented that in our config.xml.The problem is when we have the themeable browser added to plugins , the build faills with "`unknown type name 'CDVUIWebViewDelegate' since the themeablebrowser...
To get this working we edited files in plugins/cordova-plugin-themeable/src/ios i.e the CDVThemeablebrowser.h and CDVThemeablebrowser.m . Replace the files with the attached files. [CDVThemeableBrowser.zip](https://github.com/initialxy/cordova-plugin-themeablebrowser/files/4630210/CDVThemeableBrowser.zip)