Porting between Symbian Web Runtime and Nokia Asha Web Apps
(Created page with "Category:Series 40Category:Web Apps S40 Web App is a zip file actually(.wgt),which is similar to the Symbian Widget(.wgz).They have same file construction and different e...") |
(R60600 -) |
||
| Line 1: | Line 1: | ||
| − | |||
S40 Web App is a zip file actually(.wgt),which is similar to the Symbian Widget(.wgz).They have same file construction and different executive mechanism.And the developers can port S60 Widget to S40 Web App conveniently after some little alterations. | S40 Web App is a zip file actually(.wgt),which is similar to the Symbian Widget(.wgz).They have same file construction and different executive mechanism.And the developers can port S60 Widget to S40 Web App conveniently after some little alterations. | ||
| Line 9: | Line 8: | ||
The resource of S40 device is lower then Symbian devices commonly,in order to run the application faster the developers had better use small media file,which will cost lower system resources. | The resource of S40 device is lower then Symbian devices commonly,in order to run the application faster the developers had better use small media file,which will cost lower system resources. | ||
| + | |||
| + | [[Category:Series 40 Web Apps]] | ||
Revision as of 11:08, 16 June 2011
S40 Web App is a zip file actually(.wgt),which is similar to the Symbian Widget(.wgz).They have same file construction and different executive mechanism.And the developers can port S60 Widget to S40 Web App conveniently after some little alterations.
1.HTML Item size
The screen size of S40 device is different from Symbian devices,so the application must chang the width and height of the item in .html or .css file such as text image audio video etc,which will get the best display for UI.
2.Media file size
The resource of S40 device is lower then Symbian devices commonly,in order to run the application faster the developers had better use small media file,which will cost lower system resources.

