Keyboard dismiss issue, what is the best practice?

Help Help Hepl!!
I’m facing two issues related to keyboard dismissing in my app.

  1. I have a form rendered by an external script. After the form is submitted, the keyboard doesn’t dismiss. In order to make it disappear, I have to open another form in my app, and focus on an input, and close the form page.
  2. For native form, I also found sometimes the keyboard not dismiss correctly. should we add the @ionic-native/keyboard#close to every page containing a form to make sure the keyboard close? it sounds not a good practice