I am attempting to replicate this particular effect using HTML within the UIWebView control on iOS. The desired outcome is to simulate a progress bar on the listing. My current approach involved utilizing this method, however, as you can observe, adding padding to the div element results in everything becoming disorganized. How can I successfully achieve a similar effect? I am open to incorporating a table if necessary, even though it may pose more challenges.
Thank you