Skip to content Skip to sidebar Skip to footer
Showing posts with the label Uiwebview

Uiwebview Change Line Spacing Text

I'm looking for a javascript method or a way to change line spacing of text in a UIWebView. Any… Read more Uiwebview Change Line Spacing Text

Page Based Load Epub When Changing Font

I am doing ebook reader app like as iBooks. I have succesfully read a .epub file. But my problem is… Read more Page Based Load Epub When Changing Font

Uiwebview + Custom Javascript Object

I'm using a UIWebView with local jquery and a script that defines a function, like this: functi… Read more Uiwebview + Custom Javascript Object

Injecting Css Into Uiwebview Using Javascript

I am attempting to inject a local CSS file to override the styling of a webpage. The webpage is pre… Read more Injecting Css Into Uiwebview Using Javascript

Uiwebview Passing Username And Password Into A Form

I have a UIWebView set up containing my universitys intranet page, my code will pass in my username… Read more Uiwebview Passing Username And Password Into A Form

Is It Correct To Invoke StringByEvaluatingJavaScriptFromString Of UIWebView In ViewDidLoad?

I need to set the background of webView at a time when the html has not loaded. In iOS 5.0 this cod… Read more Is It Correct To Invoke StringByEvaluatingJavaScriptFromString Of UIWebView In ViewDidLoad?