Try changing setVisible to use style.visibility. In the emulations, we are better off using visibility rather than display.
-Alex On 10/24/19, 7:05 AM, "Yishay Weiss" <[email protected]> wrote: I noticed the implementations were different. .visible changes style.visibility while .setVisible() changes style.display. This can cause inconsistencies if different client call different methods. This happens in ViewStack for instance.
