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

Get Device Height In Javascript From Non Full Screen Uiwebview

I try to distinguish an Iphone 5 device in a non full screen UIWebview (320x216) from javascript. I… Read more Get Device Height In Javascript From Non Full Screen Uiwebview

Avoid Uiwebview Load Itunes App

How to avoid an UIWebView from opening the iTunes App when loading an iTunes URL? Example URL: http… Read more Avoid Uiwebview Load Itunes App

How To Call A Javascript Function Which Returns An Html String In Body Using Swift Webview?

I have an HTML file which is generated after calling a JavaScript fucntion in the body. I need to r… Read more How To Call A Javascript Function Which Returns An Html String In Body Using Swift Webview?

How To Click A Button In Javascript With Swift

Hey I'm trying to figure out how to click this simple little button but I'm failing. This … Read more How To Click A Button In Javascript With Swift

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

How To Catch Clicks On Multiple Images?

I have an iOS uiwebview with multiple imagemaps that I need to catch clicks on, so I can handle sca… Read more How To Catch Clicks On Multiple Images?