Questions tagged [ionic-keyboard]

23 questions
6
votes
2 answers

Is there any way to hide keyboard when focusing an ion-input?

I wanted to have an ion-input that will be focused and the keyboard should not appear. Is there any way or is it possible? Thank you!
Ace
  • 71
  • 1
  • 5
4
votes
0 answers

ionic: adjustPan partially working on Android

I have a problem using the ionic-plugin-keyboard in my ionic 1 app. It works fine on iOS but it doesn't scroll in Android hiding the input field sometimes. I'm using android:windowSoftInputMode="adjustPan" in my Manifest and these are my input…
Devid Farinelli
  • 7,514
  • 9
  • 42
  • 73
3
votes
0 answers

Ionic2 hide keyboard but keep the input focused

I have and android device that can scan QR codes using a laser at the bottom of the device. I have the Ionic2 app running in the device. I am able to get the scanned result string into the input box but the keyboard is now open as the input is…
Ashik Basheer
  • 1,531
  • 3
  • 16
  • 36
3
votes
0 answers

Cordova Android webview Keyboard covering input box

I have an cordova android app. I've disabled the resizing when the keyboard pops up because the resizing of the content is pretty noticeable by the user and did not want the user experience to suffer. So I configured the AndroidManifest.xml with: …
darewreck
  • 2,576
  • 5
  • 42
  • 67
2
votes
0 answers

Ionic keyboard.isVisible property does not control element visibility properly

After many years of reading your answers I have my first question. SITUATION In Ionic Angular (v5.3.1) mobile application I'm trying to do simple task - hide element when keyboard opens. Principle is simple: I click on text-box Event…
2
votes
0 answers

Ionic 4, Keyboard moves content

I have this html in my ionic project
Iraklis Bekiaris
  • 1,163
  • 15
  • 43
2
votes
1 answer

Keyboard not opening second time in ionic 3 app with ion item

When I clicked on input filed my keyboard does not appear when I tap on input box a second time. And if I put my ion-input outside from ion-item it is working, But in ion item, it is not working.
Pritam Prince
  • 141
  • 1
  • 1
  • 11
1
vote
2 answers

Keyboard does not change appearance in iOS dark mode

I am testing Dark Mode in iPhone 12 Pro (iOS 14.4). I enabled Dark Mode in Settings but my Keyboard remains the same. It does not appear in DarkMode. I have 2 questions: Do we need to write code to change the appearance of the Keyboard or OS…
Rohit Singh
  • 16,950
  • 7
  • 90
  • 88
1
vote
0 answers

ionic 4 keyboard pushes the content

i am using ionic 4 and when the input has focus the keyboard shows and pushes the screen up and i am not able to scroll the html design smash and will not look good hers the code i am using
Hanna
  • 27
  • 2
  • 13
1
vote
0 answers

Default iphone keyboard does not close for entire application if it is opened in iframe in ionic 3

i have used cordova--plugin-ionic-keyboard default plugin in my hybrid ios application in ionic 3 . when i open a payment gateway link by using iframe and i click on the textbox button for writing a card details keyboard will appear but if any…
1
vote
2 answers

Ionic iOS input field is getting hidden behind keyboard

I am trying to show ion-input at the bottom of page but It is getting hidden behind keyboard when keyboard visible after getting focus on same ion-input. Ionic page content is not getting scrolled up when keyboard visible. Kindly provide any…
1
vote
0 answers

Ionic 2 - Keyboard Not Hiding on Form Input(text area). Issue present in iOS devices, android works fine

When the user taps outside the input fields the keyboard is not hiding. Using ionic-plugin-keyboard on ionic 2. The UI template is as following,
{{ "PLEASEENTER" |…
jegadeesh
  • 875
  • 9
  • 22
1
vote
1 answer

Click on a button within an ion-footer doesn't execute (click) function at first

I am developing a chat with Ionic 2. I used keyboard-attach directive. //View
Manuel RODRIGUEZ
  • 2,131
  • 3
  • 25
  • 53
1
vote
1 answer

How to prevent ionic keyboard from hiding

How can I prevent ionic keyboard from hiding when I press a specific button in my Ionic 1 app? This solution doesn't work for me, the keyboard remains open wherever I click.
Devid Farinelli
  • 7,514
  • 9
  • 42
  • 73
1
vote
0 answers

THREAD WARNING: ['Keyboard'] took '88.104980' ms. Plugin should use a background thread

i am using phonegap build for creating ipa with ionic html framework and using latest cli like and ionic keyboard using latest version
1
2