I need to have hash tag directly when keyboard opens

i need to have hash tag directly when keyboard opens

you can simply add the keyboard event for it … please refer ionic doc https://ionicframework.com/docs/api/page/keyboard/

Sorry, but still i am not getting it. i have an comment input box so whenever i comment the keyboard should show has tag and @ sign. like this --> http://farm8.staticflickr.com/7175/6442306651_c9520d6c5e.jpg

Thanks in advance

i misunderstood what u said… refer this link http://stackoverflow.com/questions/14528178/how-can-i-implement-special-soft-keyboard and this one https://code.tutsplus.com/tutorials/create-a-custom-keyboard-on-android--cms-22615. to add custom button . You have to make changes in xml file for styling and adding a new button or key, in your case it will be “#” and @ will come from the text input type=“email”. For key reference visit the android api https://developer.android.com/reference/android/inputmethodservice/Keyboard.html