View Single Post
Old 05-19-2012, 09:25 AM   #27
silver18
THE NOOB
silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.
 
silver18's Avatar
 
Posts: 708
Karma: 1545649
Join Date: Jan 2012
Location: Italy
Device: Kindle Touch 5.3.2
Looking around in /usr/share/webkit-1.0/pillow/javascripts, I found that many JS call nativeBridge.
Something drew my attention:

Code:
nativeBridge.setTitleBarWinParams({forceVisible: true});
and similar:

Code:
nativeBridge.setTitleBarWinParams({forceVisible: false});
but there are lots of usefull things.

The point is: as nativeBridge is here used in a JS, is it possible to make the same from a WAF?
I tried in my WAF, but no luck... (something tells me it isn't possible!)

EDIT: Thanks to Geekmaster!!!

Last edited by silver18; 05-19-2012 at 11:53 AM.
silver18 is offline   Reply With Quote