Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Development and suggestions about third part tool integration.
Cordova, Xamarin, Basic4Android topics are listed here.

Annotations not saved Xamarin.iOS

More
IP: 80.140.149.108 5 years 10 months ago #14980 by gongtom
Hello,

I just tried again and I still have the issue with pdf forms. I have attached two pdf that cause the same issue in my app.
Here is what happens (screenshots attached):
When selecting a text area the page slides to the top so that the textarea is at the top end of the screen.


It's possible to enter some text, but it is gone as soon as the textarea looses focus.


The PDF from the screenshots is this one:

This browser does not support PDFs. Please download the PDF to view it: Download PDF



Thanks again for the quick help and greetings!
Thomas.
More
IP: 79.47.59.88 5 years 10 months ago #14981 by emanuele
Dear user,
we are checking your pdf file.
Just a quick info, are you opening the pdf file from assets or from a non-writable folder?
You can edit the file (add, edit, delete) annotations only if the pdf file is in a writable folder (like Documents folder).
When you tap on annotations, the page slides to the top to show both the annotation and the keyboard (it seems you are using a simulator, correct?).
More
IP: 80.140.149.108 5 years 10 months ago #14982 by gongtom
Hello,

The PDF is in the documents folder. Other Annotation are working and can be saved, so that should not be the problem. Just the text inputs in forms aren‘t saved.
And yes, you are right. I used the simulator to test the form, so that is not a bug, its space for the keyboard. I understand that.

Thanks
Thomas.
More
IP: 79.47.59.88 5 years 10 months ago #14983 by emanuele
We checked you pdf files with the Xamarin demo project (both physical device and simulator) and we are able to edit text fields and save the file.
We open the pdf file with this code:
Code:
UIViewController controller = (UIKit.UIViewController)plugin.Show("file://OoPdfFormExample.pdf", "");
Are you using the demo project for test? or a custom project?
Do your Xamarin project contains "cmaps" and "fdat" in Resources folder?
More
IP: 111.196.245.100 5 years 10 months ago - 5 years 10 months ago #14984 by radaee
compare demo project to our core library, we found some codes not merged correctly.
we shall better check today.
Last edit: 5 years 10 months ago by radaee.
More
IP: 111.196.245.100 5 years 10 months ago #14985 by radaee
Dear user:
we better checked, the beta demo is same to last core library.
the previous reply based on stable release version, which is using old library.
so, to test your issue, you shall download last beta ios version(not stable release), and test it without any modification.
issue of EditText most like Globale_setAnnotFont() return false, when initializing.
Time to create page: 0.385 seconds
Powered by Kunena Forum