- Posts: 18
- 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 iOS development and PDF
App crashes on zoom in
- Yugandhara
- Topic Author
- Offline
- New Member
-
Less
More
IP: 192.168.0.71
8 years 9 months ago #12518
by Yugandhara
App crashes on zoom in was created by Yugandhara
Hi,
My app is crashing when i zoom in on the pdf document.
It is consuming more memory due to which app is crashing.
Could you give a possible solution for it?
This is very urgent
My app is crashing when i zoom in on the pdf document.
It is consuming more memory due to which app is crashing.
Could you give a possible solution for it?
This is very urgent
IP: 192.168.0.71
8 years 9 months ago #12520
by emanuele
Replied by emanuele on topic App crashes on zoom in
Hi,
you can try to reduce the maximum zoom level using g_zoom_level in global settings (PDFVGlobal class).
We are working on tiled rendering instead of whole page rendering to manage files with heavy contents, but this feature is not ready yet.
you can try to reduce the maximum zoom level using g_zoom_level in global settings (PDFVGlobal class).
We are working on tiled rendering instead of whole page rendering to manage files with heavy contents, but this feature is not ready yet.
- Yugandhara
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 18
- Thank you received: 0
IP: 192.168.0.71
8 years 9 months ago #12521
by Yugandhara
Replied by Yugandhara on topic App crashes on zoom in
Thanks for your response.
Can you please let us know a tentative timeline by when this feature will be ready since we need to inform our customer about the same.
This is a part of a crucial functionality in the app.
Can you please let us know a tentative timeline by when this feature will be ready since we need to inform our customer about the same.
This is a part of a crucial functionality in the app.
- Yugandhara
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 18
- Thank you received: 0
IP: 192.168.0.71
8 years 9 months ago #12536
by Yugandhara
Replied by Yugandhara on topic App crashes on zoom in
Gentle reminder
Please let me know a tentative date for the feature to be ready since we need to fix this issue asap.
Please let me know a tentative date for the feature to be ready since we need to fix this issue asap.
IP: 192.168.0.71
8 years 9 months ago #12537
by support
Replied by support on topic App crashes on zoom in
As previously told by my colleague it seems you're trying to handle high level zoom or pdf file with huge page size.
Soon we will release a totally revamped rendering engine.
In the meanwhile may you provide one of your crashing file through trouble ticket platform?
Soon we will release a totally revamped rendering engine.
In the meanwhile may you provide one of your crashing file through trouble ticket platform?
- Yugandhara
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 18
- Thank you received: 0
IP: 192.168.0.71
8 years 9 months ago #12539
by Yugandhara
Replied by Yugandhara on topic App crashes on zoom in
The maximum zoom level that i have set is 5 which is same as RadaeePDF demo project.
And my iOS app is crashing for small as well as large pdf files. The memory is going high upto 1.2 GB when i zoom upto level 5 and since my iPad has 500 mb of RAM, it is crashing my application due to memory warning.
This is happening in your demo code as well.
And my iOS app is crashing for small as well as large pdf files. The memory is going high upto 1.2 GB when i zoom upto level 5 and since my iPad has 500 mb of RAM, it is crashing my application due to memory warning.
This is happening in your demo code as well.
Time to create page: 0.385 seconds