javascript - How to go about implementing a webkit based windows application? -


this bit of open-ended question, since starting out on project.

problem: have clients cannot install web-browsers on machines, , stuck ie6. app selling them web-based app using lot of javascript , jquery.

solution: implement windows application has web-browser control based on webkit (since regular webbrowser control not going support javascript , jquery), loads app.

i started doing research, , found 2 controls: https://code.google.com/p/open-webkit-sharp/ , http://webkitdotnet.sourceforge.net/

i started off second one, , tried sample app built, discover version of webkit used old , doesn't run our app right.

so current solution compile webkit myself , include newer version in control , see how works out.

since time-sensitive issue thought i'd ask experience of stackoverflow @ same time going down route, see if there simpler solution, or if there libraries or pre-built controls use missed in search?

thank help!


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -