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

TOPIC:

Using android pen does not save/retain the content 5 years 11 months ago #13803

  • pooja
  • pooja's Avatar Topic Author
  • Offline
  • Junior Member
  • Junior Member
  • Posts: 38
  • Thank you received: 0
Hi,
For editing PDF forms on android, when we use pen, the current functionality requires the user to click the pen in tools again so that the content is saved on pdf. If user do not click pen again, the content written is lost. Can you please add functionality so that the user is not required to click pen again after writing.

Thanks,
Pooja

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

Using android pen does not save/retain the content 5 years 11 months ago #13807

  • nermeen
  • nermeen's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Posts: 962
  • Thank you received: 87
Dear Pooja,
With Pen you intend the ink button? it's unrelated to the form editing.

For ink button:
This is the default behavior, a button click is needed to confirm the action.
If you need to confirm on the ACTION_UP event for example, you can edit PDFLayoutView.onTouchInk as:
case MotionEvent.ACTION_CANCEL:
                m_ink.OnUp(event.getX(), event.getY());
                PDFSetInk(1);
                break;
Note, you will need also to enable/disable other buttons as done currently in PDFViewController.onClick

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

  • Page:
  • 1
Powered by Kunena Forum