Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Questions about Android development and PDF
  • Page:
  • 1

TOPIC:

Custom keyboard behaviour when editing forms 3 years 7 months ago #15260

  • DivinaPastora
  • DivinaPastora's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 14
  • Thank you received: 0
Hi,

I have some questions about the keyboard when editing a pdf form:

- There is a way to change the imeOptions of the keyboard to use the "next button" instead "intro"? Editing big forms needs a lot of time opening and closing the keyboard for each field. With the "actionNext" it could change the focus to the nearest field. That's possible? Someting like android:imeOptions="actionNext"

- There is a way to disable suggestions that appears natively on the keyboard? I don't want the keyboard shows suggestions and i wanted to disable it. Something like android:inputType="textNoSuggestions"

- I added some logic to the pdf like changing visibility of a field when a radio button is clicked. It works if i open the pdf with adobe reader or chrome, but it doesn't if i open with radaee. Should it work?

Thanks in advance.

Please Log in or Create an account to join the conversation.

Custom keyboard behaviour when editing forms 3 years 7 months ago #15263

  • nermeen
  • nermeen's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Posts: 962
  • Thank you received: 87
1- You can change this by modifying EditText properties in UIAnnotPopEdit for GL mode (GLLayout) or PopupEditAct for PDFLayout

2- The form fields are edited using Android's EditText so you can change also this in the above classes.

3- It depends on how it's implemented, can you send us a sample file to check?

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Powered by Kunena Forum