Page 1 of 1

inAppBrowser Formatting Issue

Posted: Mon Dec 07, 2015 12:05 pm
by JimmyH

Hi there,

I have followed the paypal tutorial. I have the paypal process working which is great, but the format on the inAppBrowser does not look very good. As you can see the controls on the address bar do not look very professional, as they are big and clunky.

Do you know if this can be fixed?

thanks
James

Image


inAppBrowser Formatting Issue

Posted: Mon Dec 07, 2015 1:59 pm
by Serhii Kulibaba

Hello,

They are inAppBrowser's controls, so there no ways to change them.


inAppBrowser Formatting Issue

Posted: Mon Dec 07, 2015 7:49 pm
by JimmyH

Thanks Sergiy, I wasn't sure if you could change the appearance of the controls.

Regards
James


inAppBrowser Formatting Issue

Posted: Tue Dec 08, 2015 12:54 am
by JimmyH

Is there anyway to hide the controls ? Thanks


inAppBrowser Formatting Issue

Posted: Thu Dec 10, 2015 11:51 am
by Serhii Kulibaba

Yes, it is possible. Please use option "toolbar=no" for that. Look at this topic for more information: http://stackoverflow.com/questions/15...


inAppBrowser Formatting Issue

Posted: Sat Dec 12, 2015 5:48 am
by JimmyH

Thanks Serigy, that worked perfectly.

ref = window.open(url, '_blank', 'location=no','toolbar=no');