![]() |
2010-07-13
, 22:24
|
Posts: 131 |
Thanked: 62 times |
Joined on Feb 2010
|
#2
|
![]() |
2010-07-13
, 22:25
|
Posts: 298 |
Thanked: 197 times |
Joined on Dec 2009
@ Norway
|
#3
|
![]() |
2010-07-14
, 07:50
|
Posts: 6 |
Thanked: 1 time |
Joined on Jun 2010
|
#4
|
javascript will run in the context of the various browsers just fine so unless you are using platform specific calls of some form or other then it ought to run pretty much as is.
Of course as suggested you should not confuse Javascript (aka ecmascript) with Java which is entirely a different animal.
rgds
![]() |
2010-07-14
, 08:05
|
Posts: 122 |
Thanked: 73 times |
Joined on Jan 2010
@ Turku, Finland
|
#5
|
The Following User Says Thank You to antoarts For This Useful Post: | ||
![]() |
2010-07-14
, 08:12
|
Posts: 10 |
Thanked: 3 times |
Joined on May 2010
@ Helsinki / Finland
|
#6
|
I already managed to open my application using a browser. I used Qt demo browser for that.
But somehow I want to develop it independent of Browser. How can I do that ?
So that a person, unknown of the fact that it's an Java script application, can open that app by clicking its icon on maemo device.
The Following User Says Thank You to jmvh For This Useful Post: | ||
![]() |
2010-07-14
, 08:15
|
Posts: 122 |
Thanked: 73 times |
Joined on Jan 2010
@ Turku, Finland
|
#7
|
The Following User Says Thank You to antoarts For This Useful Post: | ||
![]() |
2010-07-14
, 08:29
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#8
|
The Following 2 Users Say Thank You to attila77 For This Useful Post: | ||
![]() |
2010-07-14
, 10:58
|
Posts: 131 |
Thanked: 62 times |
Joined on Feb 2010
|
#9
|
![]() |
2010-07-14
, 13:02
|
Posts: 25 |
Thanked: 22 times |
Joined on Dec 2009
|
#10
|
I have an application written in completely in Java Script and I want to port it on a Maemo Platform. Its basically an spreadsheet application.
I recently installed Maemo 5 on Ubuntu 10.04.
I am newbie to development on maemo.
Is it possible to port it on Maemo Platform ? How should I start ?
Kindly help .