Note that there are some explanatory texts on larger screens.

plurals
  1. POWindows Mobile 6.5 and webbrowser
    primarykey
    data
    text
    <p>I have an application developed for Windows CE with compact framework 2.0. in c#, Which opens a website developed by the company I work for, using the webbrowser component Component Palette Microsoft. The site uses jquery and javascript. The application works correctly with all operating features of the site without any problem. I need to create the same application for windows mobile 6.5.</p> <p>I did a pilot project only exchanging plataform (right button on the project-> Change Target Platform ... -> Change to Windows Mobile 6.5.3 Professional DTK). The result was as follows:</p> <ul> <li>The application can not load load libraries jQuery, error out of memory when starting the application and some buttons on the site have problem in its functioning. If I comment the libraries of the site, the error disappears and the buttons work correctly, but the jquery site does not work.</li> <li>The same application shows different behaviors in versions of windows mobile 6.5 classic and professional.</li> <li>If I open the same site, which is opened by the application, in both internet explorer (Windows Mobile 6.5 Windows Mobile 6.5 Classic and Professional) the site works correctly.</li> </ul> <p>So, I have the following questions:</p> <ul> <li>The application needs work for windows mobile 6.5 classic and professional. Thus the project created (SDK) should be the same?</li> <li>The Framework utlizado should be compact 2.0 or should I use the compact 3.5?</li> <li>Is there any solution to control memory windows mobile 6.5 to avoid the out of memory error in IE?</li> <li>Is there any alternative to the Microsoft webbrowser component?</li> <li>What is the engine used by Microsoft webbrowser component? It would be the default browser installed on Windows Mobile? Can I exchange it?</li> </ul> <p>Graciously</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload