All, I have a customer running SPB on an MC70. They would like to have a set Home page for regular use. That is easy. They would also like to have a separate Home page when the MC70 wakes from sleep. Has anyone done this? Thanks
How to set 2 Home Pages// Expert user has replied. |
2 Replies
Check in PB help file for 'PowerOn META Tag' for details.
Hi,
1. In the default home page you need to add this piece of code
"Content" will take the arguments where the html file is located.
This file is loaded when the device wakes up replacing the default home page.
You need to put this code between tags.
2. Suspend the device.
3. Upon device wake up you should be able to see MyPage.html or any other page you want instead of MyPage.html.
Regards,
Suraj