gerem
Forum Replies Created
-
Thank you.
I don’t know that i can change the version of the worker to reinstall them on client side.
I don’t use cache strategy.
Thanks a lot for your support !
Yes you are right, it is a cache issue.
But a cache issue on iOS Safari : I clear all my cache from my host provider and all cache on my device. Still not work.
So that means that i cannot update my splashsreen for people who already install my PWA.
So it seems a bug ??
Try on one of your pwa to download it on your phone, then change the spashcreen image : you still have the previous one, not the new one
Forum: Plugins
In reply to: [OneSignal - Web Push Notifications] JS Error subscriptionChange()Thank you, sorry for that, i miss this release.
It is working fine now. thank you !
Thank you ! it is working like a charm !
Forum: Plugins
In reply to: [Super Progressive Web Apps] Add to homescreen not showing upHello,
Still not work on iOS and my Android (Huawei).
So i develop my banner programmatically to install the pwa
- This reply was modified 1 year, 3 months ago by gerem.
Forum: Plugins
In reply to: [Super Progressive Web Apps] Add to homescreen not showing upThank you.
I was thinking that this feature was free.
It is working for iOS ?
Forum: Plugins
In reply to: [Restrict Media Library Access] Notice Error after installing your pluginit is working thank you !
Forum: Plugins
In reply to: [Restrict Media Library Access] This plugin is causing an error on my siteI think i get same kind of error.
Here mine :
Notice: Trying to get property ‘id’ of non-object in?/wp-content/plugins/restrict-media-library-access/restrict-media-library-access.php?on line?37
Hello,
Still not working on your version 3.18.2
Your are not implement my fix
Forum: Plugins
In reply to: [PDF Generator for WordPress] PDF generator not working with safari on MACI resolve the problem for Mac > safari and mobile download.
You have to modify the file : /pdf-generator-for-wp/common/class-pdf-generator-for-wp-common.php
function : pgfw_generate_pdf_from_library()
Line 340 add on the if ( ‘download_locally’ === $pgfw_generate_mode ) {
the code exit() at the end of the if.
So the if is now like :
if ( 'download_locally' === $pgfw_generate_mode ) {
$path = $upload_basedir . $document_name . '.pdf';
$dompdf->stream(
$document_name . '.pdf',
array(
'Attachment' => 1,
)
);
exit();
}Can you add this to the next release ?
Thanks a lot
Forum: Plugins
In reply to: [PDF Generator for WordPress] PDF generator not working with safari on MACSorry but on the computer, Mac your are wrong because it is working on chrome but not on safari…
you can test with your live demo. You have the same problem…
for thé mobile, i test with to phone provider, same problem.
i test on wifi too, same problem ..And my host provider tell me to contact you because every thing is fine on their side.
Forum: Plugins
In reply to: [PDF Generator for WordPress] PDF generator not working with safari on MACI also test on your live demo, same problem :
I see that on mobile : iOS on safari or chrome browser, it doesn’t work
Forum: Plugins
In reply to: [PDF Generator for WordPress] PDF generator not working with safari on MACThe url for your test on the website : https://orgalib.com/politique-de-confidentialite/
Forum: Plugins
In reply to: [PDF Generator for WordPress] PDF generator not working with safari on MACMy host provider don’t have a mac… and tell me to see with you…
here the video : https://drive.google.com/file/d/1iw5-PNH54iSvFZZ7qw8WcpTBo_AKS5Ij/view
I hope you can help me