cordova-plugin-wkwebview-engine icon indicating copy to clipboard operation
cordova-plugin-wkwebview-engine copied to clipboard

Search input is not working with wkwebview

Open tgezginis opened this issue 9 years ago • 1 comments

If input has a search type in iOS, action button text must be 'Search' instead of the standard 'Go' button. But it doesn't work with wkwebview-engine.

<input type="search" />

How can i solve this problem?

Thanks.

tgezginis avatar Oct 20 '16 11:10 tgezginis

@tgezginis I think it only works if you wrap the input with a

tag. This is not a bug and works as intended.

danielcrk-cn avatar Oct 28 '16 12:10 danielcrk-cn