cordova keyboard showing in every form page automatically

Am trying build a App using ionic frame work with angularJS which has lot of forms. when ever i open form page keyboard opens automatically. am using ionic keyboard. I have used

<preference name="KeyboardDisplayRequiresUserAction" value="true" />

but no use.

please help me to stop keyboard opening automatically.

This happened to me when the click event was handled after the page trasitioned. See the GitHub issue I opened: https://github.com/driftyco/ionic/issues/3649