Is there a way to programmatically enable Javascript in Blackberry Browser?
In my application I have to open an URL in Blackberry browser but for that I need to first enable Javascript. I do not wish to use Browser Field as the content displayed in it doesn’t look good. Any help in this regard will be highly appreciated.
No, you can’t override user settings on the native Browser. Your best bet is to gracefully degrade the webpage when it detects that Javascript is not available (if possible).