Hi,
I am need to modify the innappbrowser plugin to hide the done button.
I have modified the code in the project/plugins/cordova-inappbrowser/src/ios/CDVInAppBrowser.m file
I have then built the project using: cordova build ios
Does this command build the plugins?
When I emulate the project the changes I have made don't seem to have been implemented.
What am I missing?
Thanks in advance.
Modify the plugin externally to your project (in a folder somewhere - download the plugin source).
Then "cordova plugin add /path/to/your/plugin" to add it.