- Posts: 14
- Thank you received: 0
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.
Cordova, Xamarin, Basic4Android topics are listed here.
Bookmarks disappear after app restart
IP: 192.168.0.71
7 years 10 months ago #13746
by thoechtl
Bookmarks disappear after app restart was created by thoechtl
When bookmarks are created they disappear after app restart. We store our PDFs in Library/NoCloud on iOS and the .bookmark files are deleted on app start. Is there a setting to prevent this? It happens on iOS and Android ...
Thanks for your help,
Thomas
Thanks for your help,
Thomas
IP: 188.10.33.120
7 years 10 months ago #13766
by emanuele
Replied by emanuele on topic Bookmarks disappear after app restart
Are you experiencing this issue on simulator or on a physical device?
We check both iOS and Android version and it works correctly (for iOS we used Documents directory to store PDF files).
We check both iOS and Android version and it works correctly (for iOS we used Documents directory to store PDF files).
IP: 213.143.98.162
7 years 10 months ago #13767
by thoechtl
Replied by thoechtl on topic Bookmarks disappear after app restart
We experience the issue on physical devices (iOS and Android) and on iOS simulator. We did not test on Android simulator.
IP: 93.63.153.96
7 years 10 months ago #13776
by federico
Replied by federico on topic Bookmarks disappear after app restart
Hi,
Our developers are investigating about that.
Do you have the same problem if you open a PDF file from Documents folder?
Our developers are investigating about that.
Do you have the same problem if you open a PDF file from Documents folder?
IP: 213.143.98.162
7 years 9 months ago #13849
by thoechtl
Replied by thoechtl on topic Bookmarks disappear after app restart
Hi,
any news on this issue? Storing the PDFs in the Documents folder is no option for us, because this folder might be exposed to the user.
developer.apple.com/library/content/docu...eSystemOverview.html
We prefer Library/NoCloud on iOS, this is also the "dataDirectory" of Cordova Plugin File. The "dataDirectory" exists for iOS and Android and is our preferred location for private files:
github.com/apache/cordova-plugin-file#where-to-store-files
any news on this issue? Storing the PDFs in the Documents folder is no option for us, because this folder might be exposed to the user.
developer.apple.com/library/content/docu...eSystemOverview.html
We prefer Library/NoCloud on iOS, this is also the "dataDirectory" of Cordova Plugin File. The "dataDirectory" exists for iOS and Android and is our preferred location for private files:
github.com/apache/cordova-plugin-file#where-to-store-files
IP: 37.183.44.177
7 years 9 months ago #13858
by emanuele
Replied by emanuele on topic Bookmarks disappear after app restart
Hi,
sorry for the late replay, but we cannot reproduce this issue.
We tried to open and add bookmark from NoCloud folder and everything work as expected.
We used this code line to open the pdf in NoCloud folder:
Then we added some bookmarks and close the app.
We restarted the demo app and bookmarks are not disappeared.
Here you can find a video with our test: we.tl/3St21vbh90
Did you modify some code of bookmark methods?
Are you able to reproduce this issue with the last plugin version? (remove and re-install the plugin from github)
sorry for the late replay, but we cannot reproduce this issue.
We tried to open and add bookmark from NoCloud folder and everything work as expected.
We used this code line to open the pdf in NoCloud folder:
Code:
url: cordova.file.dataDirectory + "test1.pdf",
We restarted the demo app and bookmarks are not disappeared.
Here you can find a video with our test: we.tl/3St21vbh90
Did you modify some code of bookmark methods?
Are you able to reproduce this issue with the last plugin version? (remove and re-install the plugin from github)
Time to create page: 0.421 seconds