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
Post a Comment