-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auto Reload Web page in 2 sec #277
Comments
https://khabarsatta.com my website url |
The issue is your site is already attempting to install a service worker: To be compatible with a site's existing service worker, it's likely that Feedify would need to make a similar changes as OneSignal is investigating: OneSignal/OneSignal-Website-SDK#615 |
But i removed feedifysw.js before 5 to 10 days |
It's still there. I saw it being installed. You may have deleted the JS file but the code to install the SW file is still there. In any case, the auto-reloading behavior will be removed with #205. |
Ok and please please can u tell me how can i delete feedify codes ... Please i finded on header , footer any where but not showing ... Please help me |
It's in this code appearing on your site: <script type="99dc0721fc7d348093701696-text/javascript"> var feedify = feedify || {};
window.feedify_options={fedify_url:"https://feedify.net/",pkey:"BO3GwElzsHEh8opPhu4ugfZljT1a97ph-uRKAKPSD8OGEn4UBJrxBhQBLL_xtxAyyAJksjFLk4LIQv3c5mlEHwc"};
(function (window, document){
function addScript( script_url ){
var s = document.createElement('script');
s.type = 'text/javascript';
s.src = script_url;
document.getElementsByTagName('head')[0].appendChild(s);
}
addScript('https://tpcf.feedify.net/uploads/settings/7fafb97b51ab539a8beca343810b4ed9.js?ts='+Math.random());
addScript('https://cdn.feedify.net/getjs/feedbackembad-min-3.0.js');
})(window, document);
</script> |
Yes but how can i check this code add in xxx.php file |
I don't know. I don't know how you added it in the first place. |
I used feedify plugin... But before some dayes i dactivate and deleted |
Sorry, I don't know. |
Please Recheck .. I Removed all feedify scripts but facing same issue reloading page |
Please check one more tym i removed your privided scripts but facing sane issue |
I don't see the PWA plugin active, so I can't see the reported issue. No service worker is being installed. |
Now pwa is Active please check again :) Thanks in advance |
I did not see any auto-reload behavior with the service worker installed. However, any reloading is going to be disabled as part of #205. So I suggest following that issue and testing the build when it is available (probably by today or tomorrow). |
But me and some user facing teloding issue ... Please clear catch and recheck |
I did check with a clear cache. I don't see any reloading issue. I do see you just disabled added skip-waiting, which will also alleviate the reloading. Please subscribe to #205 and test the build when it is available. |
Added add_filter( 'wp_service_worker_skip_waiting', '__return_false' );! This Filter and working Fine |
its reloading in intalled app :( |
I've opened a PR to fix this and have a build for testing: #279 (comment). |
Installed PWA plugin in wordpress . after installing webpage auto reloading every 2 se . so i dactivated plugin
The text was updated successfully, but these errors were encountered: