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. Fjohn
    F
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Best 1
    • Groups 0

    Fjohn

    @Fjohn

    1
    Reputation
    103
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Fjohn Follow

    Best posts made by Fjohn

    • RE: Q-Video not working with cordova

      @rstoenescu Yes thank you !

      for others that have the same problem, just add
      <preference name=“AllowInlineMediaPlayback” value=“true” />
      <preference name=“MediaPlaybackRequiresUserAction” value=“false” />
      <allow-navigation href=“youtube” />
      <allow-navigation href=“ytimg” />
      in your config.xml file 🙂

      posted in Framework
      F
      Fjohn

    Latest posts made by Fjohn

    • RE: Numeric keyboard

      thank you for your reply which works with integer values however I need a decimal keyboard … the only one solution for now I found is to use cordova-plugin-decimal-keyboard-wkwebview plugin … but it’s ugly and only work for ios … if someone have a better idea for decimal input …

      posted in Help
      F
      Fjohn
    • Numeric keyboard

      Hello all,
      I have a form with a numeric q-input declared as follow :

      <q-input type=“number” :decimals=“2” style=“color: black !important” suffix=“Kg” v-model=“variable” />

      when i’m building for iOS and I test on the phone, the keyboard displayed is the classic keyboard and not the numeric pad …

      What i’m doing wrong ?

      thanks for your help 🙂

      ps: this is not working with classic input too.

      posted in Help
      F
      Fjohn
    • RE: Q-Video not working with cordova

      @rstoenescu Yes thank you !

      for others that have the same problem, just add
      <preference name=“AllowInlineMediaPlayback” value=“true” />
      <preference name=“MediaPlaybackRequiresUserAction” value=“false” />
      <allow-navigation href=“youtube” />
      <allow-navigation href=“ytimg” />
      in your config.xml file 🙂

      posted in Framework
      F
      Fjohn
    • Q-Video not working with cordova

      Hey all,
      I’m using Q-Video component in my app to display a video from youtube. The component is used in a cardview.

      While development, the video is working fine on the browser but when i compile for cordova on device the video is not displayed … I see the iframe in the node but the document is empty …

      0_1534593476001_q-video.png

      The code is simple … :
      <q-video :src=“item[‘video-url’]” style=“height:200px”/>

      Do you have any idea of the problem ? the Url is https, the video exists … any help appreciate !

      John

      posted in Framework
      F
      Fjohn