1
vote
3answers
642 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 …
4
votes
19answers
1k 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, …
1
vote
3answers
284 views
Programmatically Launch IE Mobile Favorites screen..
Is there any way to launch IEMobile's Favorites screen directly by
specifying any command line parameter?
3
votes
3answers
618 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 …
1
vote
1answer
340 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 …
1
vote
2answers
627 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 …
