[AC-3400] Visible = false propert not working on Windows Phone
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2016-03-25T19:02:22.000+0000 |
Affected Version/s | Appcelerator Studio 4.5.0 |
Fix Version/s | n/a |
Components | Alloy |
Labels | visible, windows8.1, windows_phone |
Reporter | Parmeet Singh |
Assignee | Shak Hossain |
Created | 2016-03-22T14:23:55.000+0000 |
Updated | 2016-03-25T19:02:22.000+0000 |
Description
I want to hide my button when page opens, but it is not working for Windows phone 8.1.
I tried
$.button.visible = false; and $.button.hide(); but nothing works.
Pl help.
Hello, I have tested a classic code and tried it on alloy as well. Visible property for button is working for both alloy and classic on my end. *Testing Environment:*
*Test Case:* *Classic* app.js
*Alloy* index.xml
index.js
Please use the latest SDK 5.2.0.GA for development.Thanks