Question

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.

Was it helpful?

Solution

Make sure you have set the property IsScriptEnabled of your WebBrowser control to True.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top