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

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?

"autoplay" Html5 Audio Player On Mobile Browsers

I am creating a HTML5 music website for mobile users.The goal is to get it running completely in mo… Read more "autoplay" Html5 Audio Player On Mobile Browsers

Uiwebview Creating Svg 'on The Fly'

This is a continuation from a previous post regarding manipulation of SVG in a UIWebview. For more … Read more Uiwebview Creating Svg 'on The Fly'

Iphone Address Bar Blocks Html Page Header Buttons?

I have a mobile website with two header buttons. In portrait mode on iPhone it works fine. I can pu… Read more Iphone Address Bar Blocks Html Page Header Buttons?

Video Poster Without Poster Attribute (mobile Browsers)

I am using video HTML tag. So far, if I am NOT specifying any poster, how one will be selected? Doe… Read more Video Poster Without Poster Attribute (mobile Browsers)

How To Send Image Data To Server? (i Already Have A Sample Page)

How to send image data to server? (I already have a sample page) Sample Page html Source Code Solut… Read more How To Send Image Data To Server? (i Already Have A Sample Page)

How To Load Images With Html File In Uiwebview

I want to load an HTML file in an UIWebView using following lines of code: NSString *htmlFile = [[N… Read more How To Load Images With Html File In Uiwebview

Reducing Table Wrapper Width For Iphone

I am making small jquery app. In it i am using DataTables to show some information on a grid. I am … Read more Reducing Table Wrapper Width For Iphone