function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ksrksr 

VF Page does not gets displayed in Blackberry simulator

Hi All,


Is there any specific configuration to load VF pages in blackberry simulator?
Because VF Page does not gets displayed in blackberry, even if displayed, its takes longer time to load VF pages.

Can any one help me what should I do to display VF pages without JVM error?

 

Thanks in advance.

 - KSR

meeeeeeeeeeeeemeeeeeeeeeeeee

Hi,

You are ryt. VF page loding in BB is a bit of worry for developer. But I can suggest some tips which might help your page to load faster in BB.

1. Do not use javascripts. If you really have to use it then the enable javascript checkbox should be checked. (In Blackberry) Other leading phones (Nokia E-series, iPhones) are now enabling this feature by default.

2. For styling purpose use CSS. All you stylesheets should be defined inside a CSS and it should be called (used) from the VF page.

3. Use Meta-Tags and WML in order to make pages PDA (smartphone) friendly.

4. Lastly the most powerful tips... Do not use the same page for Desktop and PDA at the same time. What I mean is that create a similer but less informative page for PDA with less page width. If you are not very clr on this Please chk google page. Google made two different page for Desktop and Mobile. You can use that. I have used that and it's doing Grt.

 

Please let me know if you have any doubts.