I have a UIWebView to show local content in HTML. I want the content indented on each side so as to not touch the side of the screen. The problem is the content is in the UiWebView, so when I resize the webview the scroll bar sticks out (see picture below).

I’m at my wit’s end trying to fix this.
Make the UIWebView edge to edge, then you can either inject the following CSS code, or add it directly to the files (since you say they are in the app bundle).
You can of course change
div.myContentto whatever you want.This way, scroll bar stays on edge but content indents on both sides.