Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing iOS console.logs #1360

Closed
N3ll opened this issue Dec 18, 2015 · 1 comment
Closed

Missing iOS console.logs #1360

N3ll opened this issue Dec 18, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@N3ll
Copy link
Contributor

N3ll commented Dec 18, 2015

Steps for reproducing the issue:
main-page.xml

<Page xmlns="http://schemas.nativescript.org/tns.xsd" loaded="pageLoaded">
    <ListView items="{{items}}" itemLoading="loading">
    </ListView>
</Page>

main-page.js

function pageLoaded(args) {
    var page = args.object;
    page.bindingContext = {items:[1,2,3]};;
}
exports.loading = function(){
    console.log("item loading");
}

When the app is run on android all "item loading" is printed several times. When it is run on iOS - it prints "item loading" only once.

@teobugslayer teobugslayer added this to the 1.7.0 milestone Feb 3, 2016
@rosen-vladimirov rosen-vladimirov modified the milestones: 1.6.0, 1.7.0 Feb 12, 2016
@rosen-vladimirov rosen-vladimirov self-assigned this Feb 12, 2016
@enchev enchev closed this as completed Jun 2, 2016
@enchev
Copy link
Contributor

enchev commented Jun 9, 2016

Cannot reproduce with latest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants