1
vote
0answers
36 views

Double clicking on a div with contenteditable inside and iframe disables div

If i create a div that has contenteditable true inside of an iframe and if you double click it it becomes non functional.the focus is still in the iframe and you can see the cursor, however it does ...
0
votes
0answers
14 views

Webfonts not working with iPad 4 Webapps (Home screen icon)

Webfonts not working with iPad 4 webapps I'm making a webpage "app" for iPad 4 (and iPad only, for now). The thing is it's meant to be "app-like", meaning it has to take the full screen when using ...
0
votes
1answer
29 views

Media queries - targeting specific devices together

I've got a devices stylesheet that is loaded to deal with responsive design in a website, but I'm struggling to group a couple different media queries exactly how I want. I've got a shared set of ...
-1
votes
0answers
40 views

Safari on iPad crash

I have a problem with Safari on iPad, if I use them and not close after using,just put iPad on the table, and after 2 or 3 minutes continue with using, Safari just crash. My English is bad, but I hope ...
4
votes
2answers
105 views

How to make iPad HTML5 date default to blank/empty when using next button

The iPad defaults to today when an input type="date" gets focus (due to next/previous buttons and I presume tab/shift-tab using bluetooth keyboard) e.g. test using http://jsbin.com/etovur/1 on an ...
0
votes
1answer
79 views

Javascript audio plays in browser but not on iOS device

I have the following code for playing an audio file from an array function playSound() { if(index>=25){ index = 0; } document.getElementById("sound").innerHTML= "<embed ...
2
votes
0answers
88 views

Html5 video on iPad Swallows Events. Using Vimeo

I have the same issue as this post here. HTML5 Video Element on iPad doesn't fire onclick or touchstart events? I have forward and back buttons that overlay the video. When the video is playing ...
0
votes
0answers
133 views

What are the differences between 'embedded' Safari and normal Safari on iPad?

On iPad the browser behaves differently in the following situations: Loading a webpage in Safari Adding a webpage to home screen and loading it from there The second option seems to use a kind of ...
0
votes
0answers
97 views

pdf <object> displayed only after reload on iPad

I'm trying to have a web page with a PDF displayed as an <object> inside it, with a navigation toolbar at the top (a <div> with CSS to keep it at a fixed position): <style ...
0
votes
0answers
45 views

Sending a click() or onclick() event to an element does not always work (iOS 5.1.1)

I have an old iPad 1 running iOS 5.1.1 (it's the last iOS that will run on first generation iPads). I have some JS code that sends a click() even to clickable elements. It works great on Safari 6.x ...
2
votes
1answer
111 views

Placing the apple full screen meta tags in a Meteor app

I am attempting to give the illusion of a native iPad app using the Meteor.js I am unsure where to place these tags <meta name="apple-mobile-web-app-status-bar-style" content="black"> ...
1
vote
0answers
33 views

How to make Safari-Bars visible after hiding in Fullscreenmode on Mobile-Safari

I will display some documents(.pdf .docx .xls ...) with the build-in viewer of MobileSafari on my ipad. The Mainpage has this <meta name="apple-mobile-web-app-capable" content="yes"> to hide ...
0
votes
3answers
91 views

How to align text (right/center) on MobileSafari iPad1

I'm trying to align the text and placeholder of an input field center or right. This works in all browsers using the text-align property, but fails in mobile Safari on iPad 1. The text itself is ...
0
votes
1answer
75 views

iOS Safari image rendering issue

I've been experiencing some very strange behavior in Safari on iPad. There's a large image that gets rescaled and position on orientation change. This is probably beside the point, but it's fine in ...
2
votes
0answers
280 views

Problems displaying PDF in iFrame on Mobile Safari

Within our web application we are displaying a PDF document in an iFrame using the following line of code: <iframe id="iframeContainer" src="https://mydomain.com/pdfdoc.pdf" style="width:100%; ...
4
votes
3answers
301 views

How to synchronize the scroll offset of two elements during inertial scrolling

I need to keep the scroll offset of an element in sync with another (the window actually) and I'm having trouble doing so during the inertial "roll off" phase of scrolling on Mobile Safari (iPad). I ...
1
vote
0answers
86 views

“Current Instrumentation Disallows Attach” Instruments 4.5

i want to connect my iPad Safari with Instrument 4.5 installed with Xcode 4.5.2. i was selecting allocations from instruments file menu-->new--> Choose a Template for the trace Document -ios -All ...
0
votes
0answers
53 views

How do I enable scaling or zooming on site with fixed elements?

I've set my maximum-scale value to 1.0 in my viewport meta tag to prevent zooming, only because I have a fixed header that stays at the top if the page. Enabling scaling causes the whole layout to ...
0
votes
0answers
63 views

iOS appcache suddenly ignored

I have been given the task of building a web-app for a magazine that will be displayed to people using an iPad. Users are encouraged to save it to their home-screen and it has been designed to be ...
0
votes
0answers
17 views

Debug mobile safari and charge iPad at same time

While developing web apps it becomes very frustrating to have to stop and unplug the usb connection to the iMac in order to charge the iPad effectively shutting down development process. Does anyone ...
0
votes
1answer
289 views

CKEditor does not focus on iOS when tapping in text area

CKEditor 4.0.1 is failing to focus when tapping in the text area on iOS 6.1 Safari. This happens both on the iphone and ipad (both running iOS 6.1). I can eventually get it to focus by tapping it ...
2
votes
1answer
169 views

Mobile Safari reflow bug while using CSS3's media queries

I'm developing a site that will be visualized on iPad's Mobile Safari and standard PC's browsers. To adapt my layout (especially a to the mobile browser, I'm using this CSS3 media query: ...
0
votes
0answers
146 views

How to force a scroll bar to appear in the ipad? (Mobile Safari)

I am having trouble getting a scroll bar to appear in mobile safari because overflow: auto does not work when there is scroll-able content. I found this css property: -webkit-overflow-scrolling: ...
1
vote
1answer
368 views

Disabling the 'Copy' feature in iPad Safari browser

In Safari for iPad in iOS6, I would like to select text and then highlight it (changing the background color) using JavaScript. However, when I do text selection a "Copy" option automatically pops up. ...
0
votes
0answers
77 views

Intriguing HTML input bug on Mobile Safari

Did anyone ever come across this problem? There's an html frameset with two frames. Inside one of the frames is an absolutely positioned div set to scroll its contents. Inside the div is an input or ...
0
votes
1answer
124 views

Two column select spinner in iOS

Is it possible for a select menu to open a spinner with two columns in iOS? Similar to how when you have an input type of date iOS opens its customised spinner with different columns that are all ...
0
votes
0answers
162 views

Phonegap img src performance issue

I have a very weird problem and I can't figure out what I'm doing wrong. There are some details to fully understand this but the overall structure is pretty simple. I'm doing a Phonegap app (cordova ...
1
vote
0answers
109 views

Why CSS is empty when SSL is on and appcache is enabled? (iPad, Safari)

I have created simple HTML page which uses HTML5's application cache feature. <!DOCTYPE html> <html manifest="test.appcache"> <head> <title>Test</title> <meta ...
0
votes
0answers
120 views

Audio Sprite on mobile Safari not working

I'm creating a game for the iPad and am having issues using an audio Sprite. I have searched the new and have gone through most of the tutorials/documentation out there and am not able to get it to ...
0
votes
1answer
48 views

Issue displaying title on tab when opening PDFs on iOS

Does anybody know if there's a way to force iOS mobile safari to display the filename of a pdf rather than the URL in the tab? We have some PDFs on our site that don't have the "Title" meta data ...
0
votes
1answer
205 views

iOS fullscreen web app: Is it possible to keep it running? [closed]

Whenever a link is clicked from the fullscreen app and opens in Safari, upon return to the fullscreen app from the app switcher, a new browser context for it is created. Is it possible for this ...
0
votes
1answer
140 views

iPad fullscreen mode: Open a URL **as if it were a link**

I want to do the opposite of this. Basically I have the URL in a JS string and I want to navigate to it but I want it to open it in the Safari app, so I can switch back to the fullscreen app to ...
1
vote
1answer
132 views

Can't disable tap highlight color on iPad app

I'm creating a web page that needs to be viewable on an iPad. Everything's great, but every time I click something, there's this annoying black flash. I've tried quite a few solutions: html { ...
0
votes
1answer
271 views

Dropdown menu not displaying on iPad

I am having a problem with a site I am building where a dropdown menu isn't always getting displayed when viewed on an iPad. The site can be found here: http://bit.ly/RtGfPn To see the menu the iPad ...
0
votes
2answers
50 views

Is there an online service (or software) that emulates the iPad browser?

I have a website that isn't working on the iPad and was hoping to find a version of the iPad browser that runs stand-alone and is able to pull open something analogous to the developer tab in ...
3
votes
2answers
162 views

MobileSafari (iOS Safari): Is there a way to prevent horizontal/vertical scroll “snapping”?

I've got a web app which displays a scrollable view of a 2D diagram, and I am trying to allow the user to more easily let the view always follow the finger. The default behavior is such that most ...
-1
votes
1answer
27 views

Spring image URL is not resloved in ipad

I'm using spring tiles framework to display the screens where I have mentioned spring url for image path by giving like ${baseurl}. It is working fine in both Mozilla and safari browsers desktop.when ...
0
votes
1answer
232 views

Website renders normally in iOS6, but double size in iOS5 iPad Simulator

I could not google out that Safari on iOS5 renders websites in double size comparable to Safari on iOS6. However, this is exactly what I can see using my iOS Simulator. I have MacOS 10.7. I am ...
2
votes
2answers
591 views

Trying to debug a web site on iPad, but the device doesn't appear under Develop menu in Safari on my Mac

According to iOS Developer Library Debugging guide it should be possible to debug a web site in Mobile Safari (on iOS 6) remotely from desktop Safari, through a usual USB connection. But after ...
1
vote
3answers
606 views

Position fixed #footer - mobile Safari (iPad) buggy behaviour

I´m developing html+css for an iPad app. To illustrate the problem I have made a simple dummy: <head> <meta charset="UTF-8" /> <style> body { ...
0
votes
1answer
99 views

Why is the width of my safari viewport on my iPad only 768px instead of 1028px?

Everywhere I read, the width of the screen on the Ipad 1 is 1024 x 768. I have built a site using bootstrap and the collapsable nav button appears when viewing the site in landscape mode on my iPad. ...
1
vote
2answers
267 views

iOS 6 Mobile Safari slow render of large table with select elements

We're building a web application that has a page where the user sees a large table of editable items. This table has controls on each row to move the row up/down and the option to delete the row. ...
3
votes
2answers
93 views

How to test a website to be used with Ipad in Windows 7

I'm an ASP.net developer and I need to test my website, mainly javascript and client side, in order to be cross browser capable. I did it in IE, FF, CH but I need to check whether this web site is ...
2
votes
2answers
943 views

JavaScript not working in Safari on iPad

We have a large web application and we have found that it is not working properly in Safari on an iPad. Although we have an iPad for testing, it doesn't seem to be possible to see JavaScript errors in ...
1
vote
1answer
109 views

Launching the camera from the mobile browser

I want to launch the camera from my mobile browser(Safari) in my iPhone. Is there a way to do it. I guess in iOS 6 I can do it , but I am not aware of how to achieve my task . Any help is greatly ...
1
vote
0answers
128 views

Translucent status bar configuration in webclip payload in mobileconfig file

When I develop web app, I can set <meta name="apple-mobile-web-app-capable" content="yes"/>, so when user will create web clip with safari browser on ipad, this page will be opened in full ...
0
votes
0answers
169 views

Website left aligned on iPad mini

I have created a website: http://www.roadtotheweb.co.uk It works fine in IE, FF, Chrome, Safari etc, but when I tried it on an iPad/mini the page was left aligned, with size reduction, and the nivo ...
0
votes
1answer
236 views

iPad - Safari status bar covers part of web page with apple-mobile-web-app-capable set to true

A web page using the following two meta tags to allow fullscreen on iPad: <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" ...
0
votes
1answer
235 views

How to disable screen offset in iPad safari when keyboard is shown

I have a web application that is used on the ipad. Application will normally be saved on home screen and it will work in full screen mode. I have used the following meta tag to disable scrolling, ...
0
votes
0answers
294 views

“-webkit-overflow-scrolling: touch” not working on iPad2 mobile safari with multiple iframes layered over each other

Overview: I have two iframes both with overflowing content, both iframes can be opened and closed dynamically. When both iframes are open they are layered on top of each other using the z-index ...

1 2 3 4 5 7