简体   繁体   中英

Does Web Browser Task in Windows Phone support jquery-ajax calls?

I am building a hybrid application for iOS , Android and WP7. The application simply implements push notifications and opens an in-app browser where i run some jquery.

The jquery makes some ajax calls that work fine on the iOS and Android platform.

In the WP7 platform i use the Web Browser Task to open an in-app browser but the ajax calls are never made. However when i try from the browser of the phone , everything works fine. Does the Web Browser Task not support ajax calls?

Are they by default , disabled and i should enable them in my code? Cause in android i remember, i had to enable the javascript in the code.

确保已将WebBrowser控件的属性IsScriptEnabled设置为True。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM