This repository was archived by the owner on May 4, 2022. It is now read-only.
This repository was archived by the owner on May 4, 2022. It is now read-only.
Ionic 1.3.1 + iOS ghost click #133
Open
Description
From @mklilley on May 16, 2016 17:46
On iOS 9.2.1 when I tap on an entry in the side menu which looks like this:
<ion-item ng-repeat="item in menu.items" menu-close ui-sref="{{::item.sref}}" ui-sref-active="activated" > <h2>{{::item.title}}</h2> </ion-item>
the keyboard automatically pops up. In the next view there is a the textarea at the same co-ordinates as the menu item just tapped. This behaviour is made more strange by the fact that the textarea isn't actually focussed, it is just the keyboard that is up. This has been an issue for a while (see ionic-team/ionic-framework#4993) Does anyone have any thoughts?
Thanks for your help,
Matt
Copied from original issue: ionic-team/ionic-framework#6543