View Single Post
Old 10-19-2012, 11:48 AM   #12
silver18
THE NOOB
silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.silver18 ought to be getting tired of karma fortunes by now.
 
silver18's Avatar
 
Posts: 701
Karma: 1545649
Join Date: Jan 2012
Location: Italy
Device: Kindle Touch 5.3.2
And again...

Here's how to display the forward button (add this to the json variable shown before)

Code:
{
        "id": 'forward',
        "state": "enabled",
        "handling": "notifyApp",
}
The same way to display the refresh button:

Code:
{
        "id": 'refresh',
        "state": "enabled",
        "handling": "notifyApp",
}
silver18 is offline   Reply With Quote