开发者

Windows mobile application and javascript communication

开发者 https://www.devze.com 2023-01-05 13:08 出处:网络
Is it possible to create communication between running program context and javascript ? for example, iPhone have good example about it under webkit development on iPhone.

Is it possible to create communication between running program context and javascript ? for example, iPhone have good example about it under webkit development on iPhone. It's possible to invoke this command stringByEvaluatin开发者_开发技巧gJavaScriptFromString from webview in the application scope on Obj-C and iPhone platform. I'm looking to same thing in windows mobile 6 or greater versions.

Any comments would be appreciated.


This question has some links about hosting a web browser control on an application.
I guess it's possible to catch events from the page, or maybe just from the url change that you can use to trigger an action on the application.


PhoneGap has a WiMo prototype here. You have a web browser control in your application, then call out to C# by setting the href and intercepting in the Navigating event.

0

精彩评论

暂无评论...
验证码 换一张
取 消