Exploring the canvas drawing feature in a UIWebView, I am developing an app that enables finger painting on the iPhone. Currently facing a challenge where I need to offset the touch so that users can see what they are painting without their finger obstructing the view. The app is constructed using HTML, JavaScript, and CSS. Any suggestions on how to solve this issue would be highly valued.