- Posts: 80
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about Android development and PDF
Keyboard gets automatically open
10 years 1 month ago #10918
by moontech
Keyboard gets automatically open was created by moontech
Keyboard gets automatically open after render finish of add new document.
How to disable it?
How to disable it?
10 years 1 month ago - 10 years 1 month ago #10919
by nermeen
Replied by nermeen on topic Keyboard gets automatically open
As this is a custom implementation, we can only suggest you the code to hide the keyboard
If this does not help, please share the code you are using so we can check it .
Code:
InputMethodManager imm = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);
imm.hideSoftInputFromWindow(getWindowToken(), 0);
If this does not help, please share the code you are using so we can check it .
Last edit: 10 years 1 month ago by nermeen.
IP: 192.168.0.71
10 years 1 month ago - 10 years 1 month ago #10920
by moontech
Replied by moontech on topic After render document keyboard opens
When render a new document on the PDFView, after document get visible the soft keyboard opens by itself.
Last edit: 10 years 1 month ago by moontech.
Time to create page: 0.399 seconds