0

I'm using a framework called Lavaca for the HTML/Javascript/css portions of the project. And if I add in Weinre to the mix with their basic render one single page example on Windows Phone 8 I see the device connect to Weinre and then instantly drop the connection.

If I run the test simple starter project from Cordova/PhoneGap Weinre has staid connected as long as I've needed it to.

There are previous questions here on Stack Overflow for Weinre dropping on WP8 that are from the beginning of 2013 and I've verified that the patch recommended is being used. (The very latest version of Weinre from npm).

I don't really know where to start looking for why it drops the connection, especially since I haven't been able to find any good way of seeing what is going on in the simulator/on the device. I've seen that Visual Studio gives me a very bare bones log of what's going on:

Screenshot from Visual Studio

Anyone got a suggestion for where I could start looking or how to turn on better logging?

4

1 回答 1

0

我发现这是 WP8 中某处使用history.replaceState.

该错误现在与 Cordova 一起报告为CB-5219

于 2013-10-29T19:25:08.063 回答