Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 49188

No done button for select tag in IOS

$
0
0

@satgua wrote:

Hi,

I am using select element. It has issue for iOS, it does not show done button. Same issue is for input type=date element.

How can we handle it on iOS.

I tried by making

if (window.cordova && window.cordova.plugins.Keyboard) {
  cordova.plugins.Keyboard.hideKeyboardAccessoryBar(false); //by default it was true.. set to false to show confirm butotn for select element on ios
  cordova.plugins.Keyboard.disableScroll(true);
}

But of No luck. Any resolution for this?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 49188

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>