Hide PhoneGap ChildBrowser buttons
I'm developping a PhoneGap app.
I use the ChildBrowser plugin for iOS but there are ugly buttons I'd like to hide: - "Done" button - Back & forward button - Refresh button - Open in Safari button If it it possible, I'd like to completely remove this footerbar.
I think you've already asked yourself the ques开发者_Go百科tion! I'm not used to Objective C and I don't find the solution..
Thank you
use parameters on .showWebPage(), check out this link.
精彩评论