Hi ppl,
I have built the fennec for windows mobile 6 and the fennec.exe works
perfectly..
however if i write a sample app based on the xulrunner sdk for win
mobile(generated)...
i am able to get results, i am able to view a webpage in the emulator,,,,but
javascripting is not working...

Any webpage which contains script tags is not being processed, though the
fennec.exe that was built has the capability for JS...

I tried using nsIWebbrowsersetup API to set property but it returns
0x8000ffff(error_unexpected)....


<html>
<body>

<script type="text/javascript">
<!--
document.write("If this is displayed, your browser supports scripting!")
//-->
</script>

<noscript>No JavaScript support!</noscript>

<p>
A browser that does not support JavaScript will show the text in the
noscript element.
</p>
 
</body>
</html>


The text inside the noscript tag and p tag are displayed...
What to do, even the all.js has javascript.enabled as true...???? I am
totally stuck with this issue for the 2 days..
-- 
View this message in context: 
http://www.nabble.com/Javascript-not-working----tp23849193p23849193.html
Sent from the Mozilla - Embedding mailing list archive at Nabble.com.

_______________________________________________
dev-embedding mailing list
dev-embedding@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to