You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2014/05/11 00:06:15 UTC

[jira] [Commented] (CB-6654) cordova run wp8 freezes after application starts and until app is closed.

    [ https://issues.apache.org/jira/browse/CB-6654?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13992590#comment-13992590 ] 

ASF GitHub Bot commented on CB-6654:
------------------------------------

GitHub user vladimir-kotikov opened a pull request:

    https://github.com/apache/cordova-wp8/pull/32

    Remove inconsistency of `cordova run` behaviour between WP8 and other platforms.

    Adds '-wait' flag to CordovaDeploy.
    Also removes unnecessary Program class.
    
    This is PR for [CB-6654](https://issues.apache.org/jira/browse/CB-6654)

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/MSOpenTech/cordova-wp8 CB-6654

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-wp8/pull/32.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #32
    
----
commit 0e7f7df7b9c0e4b38fe71139a3ea7265c28c0fae
Author: Vladimir Kotikov <v-...@microsoft.com>
Date:   2014-05-08T07:50:48Z

    Adds'-wait' flag to CordovaDeploy.
    Removes unnecessary Program class.

----


> cordova run wp8 freezes after application starts and until app is closed.
> -------------------------------------------------------------------------
>
>                 Key: CB-6654
>                 URL: https://issues.apache.org/jira/browse/CB-6654
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: CLI, WP8
>            Reporter: Vladimir Kotikov
>            Assignee: Jesse MacFadyen
>
> Repro steps:
> 1. create new cordova app
> 2. add wp8 platform to app created
> 3. start application from CLI (cordova emulate/run)
> On all platforms except wp8 this causes application to start in emulator/device and then then deploy script exits.
> On wp8 deploy script freezes, until application is closed, and only then exit.
> This is inconsistent across platforms and may be confusing to developers.
> This is because of CB-802, which is still not resolved.
> I propose to hide this behaviour behind '--wait' flag of Cordova Deploy, and make this behaviour default when all (or most important) platform will support it.



--
This message was sent by Atlassian JIRA
(v6.2#6252)