cancel
Showing results for 
Search instead for 
Did you mean: 

onBlur not working on Mobile Devices

Former Member
0 Kudos

I've created an ITS application and generated the html code for the screen. I've added javascript code that triggers the onBlur event upon leaving a given input field and such page works <i>perfectly</i> when ran on a laptop using IE 6.0.

However, when using a windows mobile device, the onBlur does not get triggered. Since it works correctly on a regular browser, it's my belief I'm running into some sort of limitation on the windows mobile browser. Has anyone else run into this issue?

additional information:

Generating style: Mobile Gerate

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member228142
Active Contributor
0 Kudos

Hi Carlos,

MS mobile browsers are crippled. They don't support many features known from IE. I would suggest to check MSDN for Windows Mobile documentation:

http://msdn2.microsoft.com/en-us/library/bb158486.aspx

You might also check the blog of IEmobile Team:

http://blogs.msdn.com/iemobile/default.aspx

Best regards,

Klaus