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

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -