3

Is there a way to disable the right button like here in the contacts app? iOS Contact app

Thomaschaaf
  • 17,847
  • 32
  • 94
  • 128

1 Answers1

2

Set the enabled option to false.

rightButtons: [
  {
    id: 'fertigBtn',
    text: 'Fertig',
    enabled: false
  }
]
guy.gc
  • 3,359
  • 2
  • 24
  • 39