Hiding ChildBrowser Window all together

15 views
Skip to first unread message

Adam Ware

unread,
Sep 20, 2011, 10:01:10 PM9/20/11
to phonegap
Trying to avoid looking too deeply into objective C here.
But is there a way I can open a child browser window hidden (like just
send a url to a web part hidden) ?
I need to open a url to authenticate through a browser window - but
want it to be hidden from view .

Adam

unread,
Sep 21, 2011, 4:29:42 PM9/21/11
to phonegap
Search for 'webView.hidden' in your ChildBrowserViewController.m file

- webView.hidden = NO;
+ webView.hidden = YES;

On Sep 20, 7:01 pm, Adam Ware <tuppaw...@gmail.com> wrote:
> Trying to avoid looking too deeply into objective C here.
> But is there a way I can open a child browserwindowhidden (like just
> send a url to a web part hidden) ?
> I need to open a url to authenticate through a browserwindow- but

Adam Ware

unread,
Sep 21, 2011, 8:23:58 PM9/21/11
to phonegap
That works but still pops open the child browser window (slides up)
is there anyway to remove this?
Reply all
Reply to author
Forward
0 new messages