
/*** Whether to hide the web-view component progress bar* @return true: hide; false: do not hide (default value)*/boolean hideWebViewProgressBar();
/*** Sets the color of the progress bar (color of the completed progress). Returns null to use the default value.* @return Progress bar color value, e.g., Color.GREEN*/Integer webviewProgressBarColor();/*** Sets the background color of the web-view component progress bar (color for incomplete progress). Returns null to use the default value. This takes effect when webviewProgressBarColor returns a non-null value.* @return Progress bar background color value, e.g., Color.GREEN*/Integer webviewProgressBarBgColor();
Was this page helpful?
You can also Contact sales or Submit a Ticket for help.
Help us improve! Rate your documentation experience in 5 mins.
Feedback