Skip to content

setVisibility on android native view module #5531

@soxunyi

Description

@soxunyi

I use android native view in js file,If a sub view 'mViewXXX' of native view is setVisibility(View.GONE) before render on screen, and click other button of native view to show mViewXXX(using setVisibility(VISIBLE)), but mViewXXX is not show on screen. And I found its width and height are both zero, but its visibility is VISIBLE. Why from setVisibility(GONE) to setVisibility(VISIBLE) not work? Anyone encounter this issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Ran CommandsOne of our bots successfully processed a command.Resolution: LockedThis issue was locked by the bot.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions