Questions tagged [ie-mobile]
41 questions
11
votes
2 answers
Is it possible to run the Windows Phone 8 simulator directly in OS X?
I'd like to test web sites in Mobile IE. I do not need or want Windows 8 loaded, just Windows Phone 8.
I understand I can run Windows Phone 8 Simulator inside a Windows 8 VM. That is not my question.
I understand Windows Phone 8 Simulator is an…

mikemaccana
- 110,530
- 99
- 389
- 494
5
votes
3 answers
Windows Phone IE Mobile - How do you disable auto urls ( addresses and phone numbers ) from being created?
Windows phone 7/8 injects map: links and tel: links into the page DOM. These injected links also change the DOM: it converts spaces in the raw HTML document into   and newlines into
tags, then wraps these in anchors. The browser also…
tags, then wraps these in anchors. The browser also…

bheads
- 53
- 5
4
votes
0 answers
Windows Phone 8 - Inner div not scrolling even with -ms-overflow-style: none
We've got a web app that is giving us a bit of a problem on Windows Phone 8.
Here's a URL for reference: --Removed link--
Last week, scrolling on Windows Phone 8 was working inside the schedule div. This week it isn't. I've spent many hours trying…

Jsownz
- 41
- 5
4
votes
3 answers
How to make a simple site render correctly on multiple mobile browsers?
We have a rather simple site (minimal JS) with plain html and CSS. It is a simple mobile interface for our main application.
We are running into trouble because we have more than one column and several browsers seem to force single columns.
Through…

cwhite
- 358
- 2
- 6
3
votes
1 answer
Is Internet Explorer 6 mobile upgradable on Windows Mobile 6.5 platform?
I have to support Windows Mobile 6.5, and it comes with Internet Explorer Mobile 6.
I did some research and found that Internet Explorer Mobile 6 is essentially Internet Explorer 6 (IE Mobile 6 breakdown).
Is IE Mobile 6 upgradable? Can I upgrade…

user717236
- 4,959
- 19
- 66
- 102
3
votes
1 answer
trouble with if iemobile
I'm having a bit of trouble with an if statement.
I've got a little lightbox popup error message running on the site. It works fine across everything except my windows phone where the popup load at the top of the screen (apparently ie mobile…

Mark
- 1,056
- 1
- 9
- 15
3
votes
2 answers
Windows Phone IE mobile bugs with transparent background-image and bottom absolute positionning
I have 2 problems with WP IE :
transparent background-image have artifacts on their transparent borders
absolute positioned divs to the bottom of the page leaves a ~5px white gap between the browser navigation bar and the bottom of the page
Note…

Rémy DAVID
- 4,343
- 6
- 25
- 27
2
votes
3 answers
How to Add options to
Trying to programmatically add options to a SELECT drop down in IE Windows Mobile.
Because this is IE Windows Mobile 5, most solutions involving getElementID do not function, so I have had to resort to more plain vanilla HTML /Java script, the…
tonyB
2
votes
1 answer
IE Mobile: Can't connect due to error 0x80072f7c
We launched a website for mobile browsers, m.cozi.com, at the end of last year. We chose to provide a lowest-common denominator experience with static HTML and CSS, no JavaScript. It works well for most people, but some of our customers report…

George V. Reilly
- 15,885
- 7
- 43
- 38
2
votes
0 answers
Angular Directives VS Windows Phone Data Savings
I have a pretty curious problem with my (a little bit complex) Angular JS Application.
On PC, Android, iOS, everything is fine, but on Windows Phone, with Internet Explorer Data Sense Savings feature turned to "Automatic" some custom directives…

John Smith
- 17
- 2
1
vote
3 answers
Alternative to 'className' in JavaScript for IE Mobile?
I'm working on a mobile web app that needs to work in IE Mobile. I've narrowed down a JavaScript error I'm getting to IE Mobile not supporting the 'className' property (IE4 engine...). I'm trying to find an alternative that works across all browsers…

Dan Herbert
- 99,428
- 48
- 189
- 219
1
vote
2 answers
Access parent's DOM from script in an iframe in IE Mobile
I have a framed window (currently iframe but may possibly be frame) - I do not have control over this.
I would like to detect if my content is inside an iframe (or frame).
I wanted to compare the location of the current document with the one the…

Dror
- 7,255
- 3
- 38
- 44
1
vote
1 answer
How to detect orientation change in IEMobile 7 with Javascript?
is there a way I can detect an orientation change in Internet Explorer Mobile 7? Since no orientationchange event is firred I guess the only way is to look wether the screen width has changed?
Perhaps someone has a better idea :)

Kristof
- 304
- 3
- 9
1
vote
1 answer
Is there a way to render PNG with gradients in Internet Explorer Mobile 7 correctly?
Call me crazy, but I'm optimizing a website for the Internet Explorer Mobile 7. My main problem, besides several CSS issues, is that it seems that this browser displays 24 bit PNGs in 8 bit, that means gradients look horrible.
Anyone an idea how to…

Kristof
- 304
- 3
- 9
1
vote
2 answers
Javascript code undefined in IE11 Mobile browser but working in Chrome, Firefox, IE
I am running into a problem on a website I'm trying to test on Windows Phone IE11 Mobile. Basically, on Iphone, Android, Chrome, Firefox, and even non-windows phone IE11, this code is working properly, but on IE11 Mobile the following code alerts…

Beard Tony
- 23
- 10