Search found 2 matches

by ch1mjw
Fri Jul 08, 2011 3:04 pm
Forum: iOS Deployment
Topic: Browser control – UIWebView bounce background colour
Replies: 4
Views: 3843

Re: Browser control – UIWebView bounce background colour

Apologies, this is a rtfm issue. iphoneControlSet sBrowserId, "backgroundColor", "255,255,255" sets the default grey shown on the bounce to white, for instance. This is at the top of page 42 in the IOS release notes for 4.6.2 (revision 39): "Set to either a standard color name, or a string of the fo...
by ch1mjw
Fri Jul 08, 2011 10:42 am
Forum: iOS Deployment
Topic: Browser control – UIWebView bounce background colour
Replies: 4
Views: 3843

Browser control – UIWebView bounce background colour

I have a UIWebView browser control working fine except that when scrolling to the top or bottom and it bounces, then a grey colour shows behind. Is there a way to change that colour to something else? Thanks