Skip Headers
Oracle® Fusion Middleware Mobile Developer's Guide for Oracle Application Development Framework
11g Release 1 (11.1.1)

Part Number E10140-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

5 Supporting Basic HTML Mobile Browsers

This chapter describes ADF Mobile's support for basic HTML mobile browsers.

This chapter includes the following sections:

5.1 Introduction to Basic HTML Mobile Browser Support

For Oracle Fusion Middleware 11g release 1, ADF Mobile supports mobile browsers that do not provide support for JavaScript. This lack of JavaScript support makes basic HTML mobile browsers less robust than such -supported browsers as the RIM BlackBerry or Apple iPhone. Aside from the browsers listed in Section 1.2, "Supported Mobile Browsers," ADF Mobile considers most common browsers as basic HTML mobile browsers. ADF Mobile may not recognize certain mobile browsers, however.

5.1.1 Requirements for ADF Mobile Support of Basic HTML Mobile Browsers

The minimum requirement for ADF Mobile support is XHTML Basic or the XHTML Mobile Profile that includes WAP2.x browsers.

Note:

ADF Mobile does not support WAP1.x browsers that do not support XHTML Basic or the XHTML Mobile Profile.

5.2 Developing Applications for Basic HTML Mobile Browsers

Because the ADF Mobile framework serves pages to mobile browsers that are appropriate to a browser's capabilities or limitations, you do not have to create user interfaces that are specific to basic HTML mobile browsers. However, the absence of JavaScript support by these browsers limits the functionality of certain HTML elements.

5.3 Styling Basic HTML Mobile Browsers

ADF Mobile provides basic CSS support for basic HTML mobile browsers. While most of these browsers support CSS, ADF Mobile applications can still run on the browsers that do not support CSS. However, without design-time considerations, the user interface may be difficult to use. Test the ADF Mobile application on as many browsers as possible.