cordova - How to customize Android ChildBrowser screen and integrate it to my Phonegap app's screen -


i using childbrowser in android phonegap app. , app has title bar. want place childbrowser below title bar.

there js file named childbrowser.js inside android plugin. used "childbrowser.prototype.showwebpage" method, calls "showwebpage" method in childbrowser.java. , child browser created using dialog window , takes whole screen of device. adjusted size of dialog window , can see app in background see app well, should close browser window.

how can integrate dialog window app child browser displayed below title bar (not on top of app). , creating screens of app using javascript.

is possible modifying plugin source(like childbrowser.java)? if can, please tell me how modify source this?

thanks in advance..!!


Comments