
The Nokia Series 60 devices are supported from S60 3rd Edition Feature Pack 0 on. Nokia Series 60 devices with release 3 feature pack 0 have a limitiation that the UI elements CheckBox and CheckBoxGroup are not supported. However they are supported from release 3 feature pack 1 onwards.
Users of Nokia Series 80 and 60 devices require a suitable network
or Internet access that enables access to the SAP NetWeaver Application Server.
This is provided using GPRS or WLAN. For more details, see the manufacturer's
website
http://www.forum.nokia.com/
.
The supported browsers are:
For Nokia Series 80 devices: Opera browser
For Nokia Series 60 devices: S60 OSS browser
Emulator
For testing and developing mobile applications, the use of an emulator is recommended. You can download one at the manufacturer's web site:
"
http://www.forum.nokia.com/
". The emulator
is part of the relevant
SDK .
The emulator imitates the behavior of the mobile device. You can therefore monitor and test the results of your development without actually using a mobile device. However, you should always test applications on a real mobile device as well.
You can use a URL parameter to force the rendering for a specific device type. To do this, add the following parameter to the URL for calling the Web Dynpro application:
sap-wd-client=NokiaS80Client
For Series 60 devices use this client despite of its name.
This specifies the Nokia Client, which is made up of a set of renderer classes and is responsible for data and event handling.
Layout
The following layouts can be used for developing mobile Web Dynpro applications:
Flow layout
Grid layout
Matrix layout
Variances of the UI Elements
|
Available UI element |
Ignored properties |
|---|---|
|
Button |
imageFirst, tooltip, width |
|
Caption |
enabled, tooltip |
|
CheckBox |
state, tooltip |
|
CheckBoxGroup |
enabled, readOnly, state, tooltip |
|
DropDownByIndex |
state, tooltip |
|
DropDownByKey |
state, tooltip |
|
Group |
enabled, scrollingMode, tooltip |
|
Image |
enabled, tooltip |
|
InputField |
state, tooltip |
|
InvisibleElement |
enabled, tooltip, visible |
|
Label |
enabled, tooltip |
|
LinkToAction |
imageFirst , imageHeight , imageSource , imageWidth , tooltip , type |
|
LinkToURL |
imageFirst , imageHeight , imageSource , imageWidth , tooltip , type |
|
RadioButton |
state, tooltip |
|
RadioButtonGroupByIndex |
state, tooltip |
|
RadioButtonGroupByKey |
state, tooltip |
|
Table |
design , enabled , readOnly , tooltip , width |
|
TextEdit |
state, tooltip |
|
TextView |
enabled, layout, tooltip |
|
TransparentContainer |
enabled , height , tooltip , width |
|
ViewContainerUIElement |
enabled, tooltip |