No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. tamirvs
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 2
    • Best 1
    • Groups 0

    tamirvs

    @tamirvs

    1
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    tamirvs Follow

    Best posts made by tamirvs

    • Using InjectManifest in PWA

      Hi,
      I’m trying to create a PWA app using InjectManifest.
      My service-worker.js has this code (as seen in many examples):

      precacheAndRoute(self.__WB_MANIFEST);
      
      registerRoute(
        new NavigationRoute(createHandlerBoundToURL('/index.html'))
      );
      

      But I’m getting an error:

      Uncaught non-precached-url: createHandlerBoundToURL(’/index.html’) was called, but that URL is not precached. Please pass in a URL that is precached instead.

      How can I get index.html to be precached?

      posted in Help
      T
      tamirvs

    Latest posts made by tamirvs

    • Develop Capacitor in WSL1

      Hi,

      Is there any way to develop a Capacitor project in WSL1?
      (Host: Windows 10 | WSL: Ubuntu 18)

      I have followed the instructions and installed the sdk in WSL (Ubuntu 18) and Android Studio in my host (Windows 10).
      I have updated bin/linuxAndroidStudio config to point to studio64.exe in my host (through /mnt/c/…) but when I run quasar dev -m capacitor -T android it doesn’t open the IDE and there are no errors.

      I have Windows 10 Home not Pro so I can’t get WSL2.

      posted in Help
      T
      tamirvs
    • Using InjectManifest in PWA

      Hi,
      I’m trying to create a PWA app using InjectManifest.
      My service-worker.js has this code (as seen in many examples):

      precacheAndRoute(self.__WB_MANIFEST);
      
      registerRoute(
        new NavigationRoute(createHandlerBoundToURL('/index.html'))
      );
      

      But I’m getting an error:

      Uncaught non-precached-url: createHandlerBoundToURL(’/index.html’) was called, but that URL is not precached. Please pass in a URL that is precached instead.

      How can I get index.html to be precached?

      posted in Help
      T
      tamirvs