Hi,
I wann debug an application on s40 which i developed using HTML and javascript .. on simulator it works all fine but i dont see it working the same on device nokia 300 asha phone
Can i get some help here plz ... thanks in advance
Hi,
I wann debug an application on s40 which i developed using HTML and javascript .. on simulator it works all fine but i dont see it working the same on device nokia 300 asha phone
Can i get some help here plz ... thanks in advance
Since your Query is regarding Web Apps on Series 40 I am movign it here.
Regards
Gopal
Hi, wat are the other ways to debug the app then ? cause i see it working fine with simulator but fails on nokia 300 phone ..
Hi,
For debugging you could make a simple PHP script that writes trace messages, posted posted by your Web App, into a log file.
Please remember that there is a huge difference between local preview and cloud preview. Cloud preview is the one that should be used in development work as it uses Proxy in similar way as actual Series 40 device.
Local preview is meant for debugging JavaScript/CSS problems that you might encounter during development. It does not utilize proxy at all.
Br,
Ilkka
thanks for reply .. but if i run it on cloud preview most of the tags are getting dropped may i know y ? when i try to debug this is wat is get -
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> will be dropped.
- <link rel="StyleSheet" href="css/debug.css" type="text/css"/> will be dropped.
- Script node was dropped
- Script node was dropped
- Script node was dropped
- Script node was dropped
- <link rel="stylesheet" href="basic.css" type="text/css/basic.css"/> will be dropped.
- <meta name="Generator" content="Nokia WDE 3.5.0"/> will be dropped.
why are all this node dropped ??
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> will be dropped.
- <link rel="StyleSheet" href="css/debug.css" type="text/css"/> will be dropped.
- Script node was dropped
- Script node was dropped
- Script node was dropped
- Script node was dropped
- <link rel="stylesheet" href="basic.css" type="text/css/basic.css"/> will be dropped.
- <meta name="Generator" content="Nokia WDE 3.5.0"/> will be dropped.
Hi,
No reason to worry. Proxy optimizes content that is sent to device, and that is the reason why you see all of those dropped -messages.
The code is still accessible within the web app, it is just run in a proxy server.
Please see chapter 1.1.
http://tools.nokia.com/wt/doc/jsdt/s..._Reference.pdf
-Ilkka
hi,
i went through guide given here http://tools.nokia.com/wt/doc/jsdt/s..._Reference.pdf
in appendix B it says it does not support position:relative; in css .. is ther any other replacement for it which does the same wrk as position do .. as it play a vital role in my app
Hi,
You could try to play with margins. I.e. adding negative or positive margins to elements.
Example in chapter 5.2.1:
http://tools.nokia.com/wt/doc/jsdt/s...ices_Guide.pdf
Br,
Ilkka
hi,
where can i get Nokia Web Tools 1.2 for Symbian .. in this link http://www.developer.nokia.com/info/...r_Symbian.html i see only the patch release ... can yu plz help me
hi,
where can i get the Nokia Web Tools 1.2 for Symbian ... in the given link http://www.developer.nokia.com/info/...r_Symbian.html i see only patch release ... can i get some help here