Tuesday, June 5, 2012

Mobile Browser Limitations

If you are developing web application for Mobile Browser, you should consider limitations of different Mobile browsers.

-In Windows Mobile (IE Mobile 6.12) window event object not supported. Also note that setAttribute/getAttribute not working for custom Attributes.
-In Blackberry, insertAdjucentHTML not supported. getAttribute return "" when there is no attribute
 In dynamic HTML elements it replaces _ and : by space.
-iPhone browser does not support XSL load. xsl:include/xsl:import not working in iPhone browser.

No comments:

ORM Framework for Kotlin

In Kotlin, ORM (Object-Relational Mapping) libraries provide a convenient way to interact with databases using object-oriented programming p...