blackberry/BB10-WebWorks-Framework

How to get rid of blue titlebar/header with close button while open child browser in BB10

Opened this issue · 6 comments

kirti commented

How to get rid of blue titlebar/header with close button while open child browser in BB10 ? Please help i am develping hybrid application and i don't need titlebar while opeing child browser.

If you're planning on making a hybrid application, take a look at Apache Cordova instead. This project hasn't been touched for almost 4 years.

kirti commented

Project is already built in Hybrid with Pega.
Is there any way to control that window titlebar with javascript. Please kindly suggest

You can always just disable child browsers

Put this in your config.xml
<preference name="ChildBrowser" value="disable"/>

You could try setting the <title> element in your HTML

kirti commented

I tried to set title blank by document.title=''
but close button still display..
should i need try title to display none..

kirti commented

I need child browser and because our requirement is to open the page within inapp browser and it should be in sink with our main application. Due to titlebar and close it is creating layout different mismatch with extra header look.