Hi, 
 This is something that i've noticed right now but i'm not sure if it happened before. 
 I have a screen (profile) that contains a dynamically filled radio group. 
 I have another screen (new data) that contains another filled radio group just like the previous one. 
 They are both populated with data that i have in the localStorage. 
 The problem: 
 When i enter the profile page first, i see the radio group and all is good 
 When i enter the new data page, i see no radio group (although the DOM is there) - and i've noticed that for some reason it has "display:none" in its style. 
 If after visiting the new data page i go to the profile. the previously shown radio group disappears and a "display:none" style is added. 
 I have no idea whats causing it, tried to look at everything already.
My app is already shared with you. Called: Plate-O 
 To see how it happens: 
 Public link: http://appery.io/app/mobile-frame?src... 
 Login with user: t@t pass: 123 
 First go to profile (using the panel - the 3 bars on the top left of the screen) - As you can see under food type there is a radio group with 3 horizontal items 
 Go back. 
 Press to Rest Select. 
 Choose the first item in the list 
 Press Add New Dish button. (here below the 2 labels of food type there should be a radio group AND a checkbox group but they are hidden using "display:none" - see the DOM please) 
 Go to profile (using the panel - the 3 bars on the top left of the screen) 
 The radio group disappeared for some odd reason and a dosplay:none style is added to it. no idea how or why
Please help