Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
18answers
4k views

Non-breaking non-space in HTML

I have a bowling web application that allows pretty detailed frame-by-frame information entry. One thing it allows is tracking which pins were knocked down on each ball. To display this information, ...
5
votes
3answers
506 views

Programmatically Launch IE Mobile Favorites screen

Is there any way to launch IEMobile's Favorites screen directly by specifying any command line parameter?
4
votes
3answers
2k views

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 ...
2
votes
1answer
655 views

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 ...
1
vote
1answer
270 views

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? ...
1
vote
1answer
313 views

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 ...
1
vote
1answer
384 views

HTML Control in Windows Mobile 6.1 Professional

I have an application which hosts the WebBrowser control; it runs fine on WM5 and WM6. On my WM6.1 Professional device, I seem to not be able to control HTML elements with CSS. A page rendered in ...
1
vote
1answer
896 views

Capture javascript event in IE Mobile

I need to detect the id of the element that generated an onchange event. This code work in most modern browsers: <input type="text" onchange="return onchange_handler(event);" function ...
1
vote
3answers
904 views

How to Add options to <SELECT>, in IE Windows Mobile 5

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 ...
1
vote
3answers
2k views

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 ...
1
vote
2answers
2k views

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 ...
1
vote
2answers
1k views

How do I retrieve IPIEHTMLDocument2 interface on IE Mobile

I wrote an Active X plugin for IE7 which implements IObjectWithSite besides some other necessary interfaces (note no IOleClient). This interface is queried and called by IE7. During the SetSite() call ...
1
vote
1answer
707 views

Can I capture Windows Mobile PIE keyboard events?

Anyone know of a way to capture keyboard events (keyup / keydown) in Portable IE under Window mobile? I noticed that key events are not supported in JS, and would like to come up with a solution that ...
0
votes
1answer
121 views

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 ...
0
votes
3answers
114 views

Can I make IEMobile not strip the # from the URL of a redirect?

I am having an issue with IEMobile accessing my site. A certain redirect I use has a 302 response code, and the headers (yep, that's app-engine): Server Development/1.0 Python/2.5.2 Date ...