Several questions about iOS native elements

Hi everyone,

I have several programming questions, mostly about iOS native elements.

Is it possible :

  1. To hide word prediction on the iOS8 keyboard?

  2. To <select> an <option> in a native selector by just tapping it (Android behaviour) instead of losing focus of the field?

  3. To use the ‘Access’ keyboard button as a next field switcher and maybe rename it by ‘Next’ (Pure utopy, but you never know) ?

  4. To translate ‘Clear’ and ‘Done’ buttons?

  5. To hide status bar during scroll in app? I tried
    if ($ionicScrollDelegate.getScrollPosition().top) { StatusBar.hide(); }
    but it doesn’t seem to work

If you have any feedbacks about these questions, I’ll be really thankfull.

Regards