page-show will not get local storage
I have two screens
screen 1 has the following set
on button click, set local storage- variable name= _contact
Bind to component= checked
Target component = mobiletextinput_page1 (this is the input data that is to be stored)
There is a second event that navigates to screen 2 on same button
on Screen 2 I have
on page show
Set property
Component name mobiletextinput3 (were text should load)
Text
Read from local storage= Checked
Variable= _contact
I have tried the above on page load same results
When I try it on a button it will work, but I am looking for it to load when the page loads.
any ideas