Hey guys,
After looking through the API documentation I couldn't find any answers to this one:
How do you populate the left right and middle softkeys on the Nokia? after pushing it through the cloud onto a simulator im getting nothing and they are not even displaying on the touch devices.
My code:
<script type="text/javascript">
menu.setLeftSoftkeyLabel("please", testAction1);
menu.setRightSoftkeyLabel("work", testAction2);
</script>
Im running this in the head of my HTML page.
Cheers,
Mike B

Reply With Quote

