How to use keyboard accessories for custom input controls?

Im writing a custom datepicker plugin for ios to support min/max options (unfortunately current mobile safari does not support). And i want to show prev/next and done buttons on top of my custom control, i read the source code for keyboard plugin but i can’t find anything about to show that buttons (there is only methods for hiding). Is there anyway to use that buttons on custom controls/directives?

I just noticed its not related to ionic framework at all :smile: probably related to uiwebview itself.