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. kenknight
    K
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 5
    • Best 1
    • Groups 0

    kenknight

    @kenknight

    4
    Reputation
    13
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    kenknight Follow

    Best posts made by kenknight

    • RE: disable workbox logs

      I think I may have figured out how to do it in Quasar. It appears to be disabled after I uncommented the workboxPluginMode: ‘InjectManifest’ in the quasar.conf.js and then put the following in the src-pwa/custom-serviceworker.js

      workbox.setConfig({
      debug: false,
      });

      That seems to have done it. Once we get to needing all the information that workbox provides we can set it to true, however, during our current development phase, it is just a lot of noise.

      Hope this helps someone else.

      posted in Framework
      K
      kenknight

    Latest posts made by kenknight

    • RE: quasar and fattmerchant.js

      Never mind. I figured it out. I had not properly created the cvv div in order for the fattmerchant script to access the div.

      Thanks,
      Ken

      posted in Framework
      K
      kenknight
    • quasar and fattmerchant.js

      Has anyone successfully implemented fattmerchant.js into a quasar project?

      I downloaded the vue.js based fattmerchant example from https://github.com/kayyali18/fattmerchant-vue and it works fine, however, when I try and do the same thing it quasar the fattjs doesn’t appear to instantiate correctly and is missing the necessary showCardForm() method.

      I created a simple test app (pwa) and I’ve tried loading the fattjs in the index.template.html file and also tried using the vue plugin this.$loadScript(‘https://fattjs.fattpay.com/js/fattmerchant.js’).then((). Both methods produce the same result.

      Essentially you define the ID of the div for the card number and the CVV. You then instantiate the fattjs library and with the instantiated variable, you call the showCardForm() which loads small iframes in those specified divs.

      Any pointers would be great. I could also through this sample app up on github.

      Thanks,
      Ken

      posted in Framework
      K
      kenknight
    • RE: disable workbox logs

      I think I may have figured out how to do it in Quasar. It appears to be disabled after I uncommented the workboxPluginMode: ‘InjectManifest’ in the quasar.conf.js and then put the following in the src-pwa/custom-serviceworker.js

      workbox.setConfig({
      debug: false,
      });

      That seems to have done it. Once we get to needing all the information that workbox provides we can set it to true, however, during our current development phase, it is just a lot of noise.

      Hope this helps someone else.

      posted in Framework
      K
      kenknight
    • RE: disable workbox logs

      Thank you. Yes I’ve seen that and many many other items regarding possible options, but none of these state how to specifically disable the logging. Prior to the 1.0xbeta I would have to edit one of the workbox files located in the node_modules source to change the log_level. Since the update this is no longer working. So I guess I am trying to find if anyone has a specific setting or details on how to do this withing the quasar framework.

      Thanks again,
      Ken

      posted in Framework
      K
      kenknight
    • disable workbox logs

      Hi all,

      Could someone please tell me how to properly disable / enable the workbox console log messages when developing in pwa mode?

      I’ve scoured the internet and while I’ve found the docs for workbox and how they specify doing it, I’ve not found a correlating spot in quasar to implement it successfully.

      Thank you,
      Ken

      posted in Framework
      K
      kenknight