As a UIWebView doesnt not inherit from UIScrollView it doesnt have the flashScrollIndicators method.
Is there a way to replicate this somehow?
Nope. Not without digging around in undocumented subviews and exploring private APIs. It's just not functionality that Apple, in their infinite wisdom, decided to expose.