Messagebar with cordova-ionic-keyboard issue

Hi Team,

I created cordova project with frameowork7 and used cordova-ionic-keyboard plugin.

it is working fine in all pages except one page which has message bar

please let me know what iam doing wrong.Below is my code

  <div class="toolbar-inner">
    <div class="messagebar-area">

      <input type="hidden" class="reply_cmt_id" id="reply_cmt_id">
      <textarea class="textContainer" placeholder="Comment" data-post_limit="300"></textarea>
    </div>
    <a class="link icon-only demo-send-message-link" @click="commentWrite" style="pointer-events: initial; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;">
      <i class="icon f7-icons ios-only">arrow_up_fill</i>
      <i class="icon material-icons md-only">send</i>
    </a>
  </div>

  <div class="textarea-sheet" style="display : none;"></div>

</div>

Hi Team,

Any one can you help me on this question.

It is working fine in android but not in ios app. Spend two days without luck team can u help onthis

Hi

anyone can help on this.

I am not sure why do you use that plugin? Create project with F7 CLI and check what is there, it uses different plugin and all works correctly

ok thanks let me check that.