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. Sujan Dev
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 37
    • Best 2
    • Groups 0

    Sujan Dev

    @Sujan Dev

    1
    Reputation
    648
    Profile views
    37
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Sujan Dev Follow

    Best posts made by Sujan Dev

    • RE: Open a modal from another problem

      @rstoenescu thank you very much :). now its working.

      posted in Help
      S
      Sujan Dev
    • RE: Quasar upload - Get post response

      uploaded: function(file,xhr){
      let response = JSON.parse(xhr.response)
      }
      this one worked for me.

      posted in Help
      S
      Sujan Dev

    Latest posts made by Sujan Dev

    • RE: communication between src to content script BEX

      @s-molinari i read your article and had to make some changes on toggleToolbar function and also in content-hooks to make it working. in content-hooks you used ( element.querySelector(’.r a h3’).innerText, ) when i inspect i found .r not valid which became “yuRUbf” so i changed it to element.querySelector(’.yuRUbf a h3’).innerText, and then its worked. you may check and update . thanks

      posted in [v1] App Extensions
      S
      Sujan Dev
    • RE: cordova android app - webpage not available error ( quasar v15.10 )

      Its too late but i think i should share the solution 🙂 . Your development computer and mobile device should be on the same network.

      posted in Help
      S
      Sujan Dev
    • RE: Jqeury as $ in latest quasar version

      @genyded try this

      new (require('webpack')).ProvidePlugin({
                      $: "jquery",
                      jQuery: "jquery"
        })
      
      posted in Framework
      S
      Sujan Dev
    • RE: Unable to load json file from assets/ folder

      @venkyvb try this import stocks from 'assets/stock_symbols.json';

      posted in Help
      S
      Sujan Dev
    • RE: Trigger a function on page load (solved)

      @mattiabilla can you share your code

      posted in Help
      S
      Sujan Dev
    • RE: Generate APK file

      @Jaz @yev you need to signed the apk to install in device . otherwise you can use quasar dev -m cordova -T android for debug apk . which you can install in your device for testing.

      posted in Help
      S
      Sujan Dev
    • RE: Trigger a function on page load (solved)

      you can call your method from created or mounted. it should work, you can use console.log() to check that function is called or not.

      posted in Help
      S
      Sujan Dev
    • cordova android app - webpage not available error ( quasar v15.10 )

      Hi,
      i have developed an application in Quasar14.9 which was good. now i converted the whole app in Version15.10 and build android apk using quasar dev -m cordova -T android but the new version is very slow. sometime i got the error Webpage not available
      0_1523088725605_Screenshot_20180407-135128.png

      in route.js i tryied both lazy load / code split and load all layouts/pages/components into the initial bundle .

      if i load all layouts/pages/components into the initial bundle the performance is better but not like version 14.9.

      is there anybody who can guide me.

      posted in Help
      S
      Sujan Dev
    • RE: 0.15 with vue-introjs

      thanks @a47ae 🙂 at last you solved my problem .

      posted in Help
      S
      Sujan Dev
    • RE: 0.15 with vue-introjs

      @benoitranque @rstoenescu your attention please .

      posted in Help
      S
      Sujan Dev