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

TOPIC:

Problem with editable fields 6 years 3 months ago #13366

  • вламих
  • вламих's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 2
  • Thank you received: 0
Hi,
I added ViewLib into my project, project has package="com.radaee.reader", edit functionality enabled.
Now i have problems with editable fields (monosnap.com/file/NUjlTOyJb6Hu7bCDU4IzEiHZyuPzxT#).
In demo app keyboard appears when i tap editable area, but in my app - no.

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

Problem with editable fields 6 years 3 months ago #13369

  • Davide
  • Davide's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 814
  • Thank you received: 65
Hi,
if you can't reproduce it with the demo project, it's something related to your own project.
I suggest you to check this article to build your first app using Radaee library www.radaeepdf.com/support/knowledge-base?view=kb&kbartid=41

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

Problem with editable fields 6 years 2 months ago #13376

  • вламих
  • вламих's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 2
  • Thank you received: 0
We tried to create a simple application from scratch, but it also doesn't work.
PDF file attached, there is a project (drive.google.com/open?id=1itzXRXxpN_QDlBIxbhyAGgBuU71VBPpn)
This issue blocks us from going forward and purchase your product.
Attachments:

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

Last edit: by вламих.

Problem with editable fields 6 years 2 months ago #13377

  • nermeen
  • nermeen's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Posts: 962
  • Thank you received: 87
You did not add the activity that handles fields editing in the manifest.
Please add the following:
<activity
            android:name="com.radaee.util.PopupEditAct"
            android:theme="@android:style/Theme.Translucent"
            android:configChanges="orientation|keyboardHidden|screenSize">
 </activity>

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

  • Page:
  • 1
Powered by Kunena Forum