- Posts: 2
- 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
Problem with editable fields
IP: 192.168.0.71
8 years 8 months ago #13366
by вламих
Problem with editable fields was created by вламих
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.
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.
IP: 192.168.0.71
8 years 7 months ago #13369
by Davide
Replied by Davide on topic Problem with editable fields
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
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
IP: 192.168.0.71
8 years 7 months ago - 8 years 7 months ago #13376
by вламих
Replied by вламих on topic Problem with editable fields
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.
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.
Last edit: 8 years 7 months ago by вламих.
IP: 192.168.0.71
8 years 7 months ago #13377
by nermeen
Replied by nermeen on topic Problem with editable fields
You did not add the activity that handles fields editing in the manifest.
Please add the following:
Please add the following:
Code:
<activity
android:name="com.radaee.util.PopupEditAct"
android:theme="@android:style/Theme.Translucent"
android:configChanges="orientation|keyboardHidden|screenSize">
</activity>
Time to create page: 0.416 seconds