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

Window.open("sms:...") Works For Android But Not For Ios

I have this function, which pre-fills sms text message on click. This works on Android, but on any … Read more Window.open("sms:...") Works For Android But Not For Ios

Passing Objective C Variable To Javascript In Ios

How to pass a ObjectiveC string Variable to a javascript function? I have just started with javascr… Read more Passing Objective C Variable To Javascript In Ios

Catch Browser Closing Event In Safari Running In Iphone, Ipad Etc

How do i capture the browser closing event in safari running in iPhone ,iPad, itouch etc. as the on… Read more Catch Browser Closing Event In Safari Running In Iphone, Ipad Etc

Executing Javascript Code From Objective C

I have some javascript code that I need to execute from an objective-c (iPhone) app. The javascript… Read more Executing Javascript Code From Objective C

Make Clipboard Copy-paste Work On Iphone Devices

I have web application, which is mostly designed to be run on mobile devices. I have one button, wh… Read more Make Clipboard Copy-paste Work On Iphone Devices

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?

Html With Event.preventdefault

If the html document is disabled. (no scrolling...) document.ontouchmove = function(event){ event.p… Read more Html With Event.preventdefault

Phonegap Doesn't Show Alert

why phonegap doesn't show alert notification ? (running on iPhone 5.1.1 , phonegap phonegap-2.1… Read more Phonegap Doesn't Show Alert

Iphone Trigger Keyboard In Input Field (html / Javascript)

I am trying to set a few input field connectd to each other. in the 1st field you can enter 3 digit… Read more Iphone Trigger Keyboard In Input Field (html / Javascript)

Iphone Javascript Defaults?

what are the javascript defaults for safari on iphone or ipad? I mean does safari have javascript t… Read more Iphone Javascript Defaults?

Detect If Ios11 Device Is In Low Power Mode To Prevent Bad Ux On Normally Correctly Autoplaying Video

I am running into a huge issue with autoplaying videos on iOS11 devices (at least tested on iphone … Read more Detect If Ios11 Device Is In Low Power Mode To Prevent Bad Ux On Normally Correctly Autoplaying Video

View Full Website, Not Mobile Version On Iphone

I have a script that detects whether you're an iPhone user or not and redirects to a more iPhon… Read more View Full Website, Not Mobile Version On Iphone

Phonegap Xmlhttprequest Responsetext Empty With Android But Contain Data In Iphone

I'm developing an app in PhoneGap+dreamweaver cs5.5, who makes a call to a handler (.ashx) and … Read more Phonegap Xmlhttprequest Responsetext Empty With Android But Contain Data In Iphone

Webviewdidfinishload Not Calling When Having Javascript Content In Webpage

I'm using UIWebView in a project. Sometimes it doesn't call the webViewDidFinishLoad method… Read more Webviewdidfinishload Not Calling When Having Javascript Content In Webpage

Sencha Touch Do Not Set Scale And Allow Scrolling And Resize On Iphone Or Ipad

I am playing around with Sencha Touch, especially with examples like http://dev.sencha.com/deploy/t… Read more Sencha Touch Do Not Set Scale And Allow Scrolling And Resize On Iphone Or Ipad

Iphone App And Uiwebview With Javascript Code Can I Access Variables?

i have a webpage with javascript that split the view into 'pages' visible to the user:�����… Read more Iphone App And Uiwebview With Javascript Code Can I Access Variables?

How To Make Mobile Devices Not Load An External Js

I have a website I've taken over which is nearing launch. The website has a script which loads… Read more How To Make Mobile Devices Not Load An External Js

Why Is Javascript:history.go(-1); Not Working On Mobile Devices?

First, some background: I have an application which presents a search page (html form) to the user.… Read more Why Is Javascript:history.go(-1); Not Working On Mobile Devices?

Determine Orientation Of Photos In Javascript?

We're using FileReader to get an image, from a photo taken on an iPhone, into the browser. We t… Read more Determine Orientation Of Photos In Javascript?

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