JimmyH
Posts: 0
Joined: Sun Jan 25, 2015 5:01 am

inAppBrowser Formatting Issue

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

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

inAppBrowser Formatting Issue

Hello,

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

JimmyH
Posts: 0
Joined: Sun Jan 25, 2015 5:01 am

inAppBrowser Formatting Issue

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

Regards
James

JimmyH
Posts: 0
Joined: Sun Jan 25, 2015 5:01 am

inAppBrowser Formatting Issue

Is there anyway to hide the controls ? Thanks

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

inAppBrowser Formatting Issue

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

JimmyH
Posts: 0
Joined: Sun Jan 25, 2015 5:01 am

inAppBrowser Formatting Issue

Thanks Serigy, that worked perfectly.

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

Return to “Issues”