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

How To Prevent Double Prompt For Geolocation In Phonegap App?

I created a PhoneGap app for iPhone that uses geolocation via JavaScript inside webview. When I run… Read more How To Prevent Double Prompt For Geolocation In Phonegap App?

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

Versioning In Device/server Development

I am working on device applications, that we will deploy some minimum device specific code to the d… Read more Versioning In Device/server Development

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

Calling Javascript From Objective-c Code

I found a lots of ways to call objective-c code from javascript, but I want to call the javascript … Read more Calling Javascript From Objective-c Code

Why Doesn't 100% Width/height Work On Iphone?

If you have the chance to enter to http://toniweb.us/gm in your phone you will see that the dimensi… Read more Why Doesn't 100% Width/height Work On Iphone?

Testing Hardware Support In Javascript For Device Orientation Events Of The Iphone 3gs

I'm trying to use HTML5 deviceOrientation events in Javascript to rotate an image when the user… Read more Testing Hardware Support In Javascript For Device Orientation Events Of The Iphone 3gs

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

How To Position A Fixed-location Element On Ios Browser When Zoomed?

I have a nice little React drag-drop library that works for mouse- and touch systems. For touch, it… Read more How To Position A Fixed-location Element On Ios Browser When Zoomed?

How Can I Prevent Iphone (including Ios 7) From Going To Sleep In Html Or Js?

I'm attempting to write some code to keep a phone alive and not go to sleep on a webpage. In my… Read more How Can I Prevent Iphone (including Ios 7) From Going To Sleep In Html Or Js?

Ipad Hover/click Issue

I have my HTML code as; Link Now the JS code previously was; $('.menuLink').mouseover(fun… Read more Ipad Hover/click Issue

Some Javascript Functions Don't Work On IOS Devices (iPhone, IPad)

hope you can help me. I'm freaking out after spending several days trying to solve this problem… Read more Some Javascript Functions Don't Work On IOS Devices (iPhone, IPad)

Prevent Safari (iPhone) To Show An URL Bar On Form Input

I have found several javascript fixes to hide the Safari URL bar, great. However it seems that form… Read more Prevent Safari (iPhone) To Show An URL Bar On Form Input

Website Often Refuses To Scroll On IPhone (Safari)

For some reason, my website often refuses to scroll, but only on iPhones. Devices/browsers that do … Read more Website Often Refuses To Scroll On IPhone (Safari)

Cache Images Offscreen In Mobile Safari

I have an javascript image gallery that slides in images from offscreen in Mobile Safari. It seems… Read more Cache Images Offscreen In Mobile Safari

Is There Access To The IPhone Accelerometer Using Javascript?

I'm starting to try and do some web based game programming for my iPhone, and other web enabled… Read more Is There Access To The IPhone Accelerometer Using Javascript?