WP7 and WP8 x-wmapp URL scheme special casing

2014-03-17 Thread Schulhof, Gabriel
Hi! In jQuery Mobile we've encountered a bug[0] in the way Cordova parses these URLs. In fact, when XHRLOCAL notification handler receives an absolute URL such as, for instance, x-wmapp0://www/filename.html, it passes the path to the file reader incorrectly. The resulting path cannot be found,

Re: WP7 and WP8 x-wmapp URL scheme special casing

2014-03-17 Thread Jesse
Thanks Gabriel, Regardless of whether this is the right solution, you can file a defect. I will have a look shortly. Cheers, Jesse @purplecabbage risingj.com On Mon, Mar 17, 2014 at 1:05 PM, Schulhof, Gabriel gabriel.schul...@intel.com wrote: Hi! In jQuery Mobile we've encountered a

Re: WP7 and WP8 x-wmapp URL scheme special casing

2014-03-17 Thread Schulhof, Gabriel
Hey! I've updated the patch a little, to make it work both on WP7 and WP8[0]. HTH, Gabriel [0] https://github.com/jquery/jquery-mobile/issues/6574#issuecomment-37879404