Title: Rohit Utekar's Replies | WordPress.org

---

# Rohit Utekar

  [  ](https://wordpress.org/support/users/ultimatespy/)

 *   [Profile](https://wordpress.org/support/users/ultimatespy/)
 *   [Topics Started](https://wordpress.org/support/users/ultimatespy/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ultimatespy/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ultimatespy/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ultimatespy/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ultimatespy/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ultimatespy/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Super Progressive Web Apps] Precaching does not work](https://wordpress.org/support/topic/precaching-does-not-work/)
 *  [Rohit Utekar](https://wordpress.org/support/users/ultimatespy/)
 * (@ultimatespy)
 * [2 years ago](https://wordpress.org/support/topic/precaching-does-not-work/#post-17702496)
 * I am experiencing a similar issue on my website, which is caused by an undefined
   JavaScript variable in the auto-generated `superpwa-sw.js` file.
 * ![](https://i0.wp.com/support2.lsdsoftware.com/dropmeafile/706109f56a/4872c191fb/
   error.png?ssl=1)
 * I resolved it by manually updating the code in the `app/public/wp-content/plugins/
   super-progressive-web-apps/public/sw.php` file on line 301. We need to change`
   return cache.match(e.request.url);` to `return caches.match(e.request.url);`.
 * Implementing this fix in future updates would help prevent precaching issues.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AddToAny Share Buttons] Addtoany and Ajax load more issue](https://wordpress.org/support/topic/addtoany-and-ajax-load-more-issue/)
 *  [Rohit Utekar](https://wordpress.org/support/users/ultimatespy/)
 * (@ultimatespy)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/addtoany-and-ajax-load-more-issue/#post-9193942)
 * Call **a2a.init(‘page’);** to initiate new share buttons in the success function
   for the each item you are loading.
 * _Reference Link: [https://www.addtoany.com/buttons/customize/asynchronous\_loading](https://www.addtoany.com/buttons/customize/asynchronous_loading)_
    -  This reply was modified 8 years, 11 months ago by [Rohit Utekar](https://wordpress.org/support/users/ultimatespy/).

Viewing 2 replies - 1 through 2 (of 2 total)