Navigation

    Monaca & Onsen UI
    • Login
    • Search
    • Tags
    • Blog
    • Playground
    1. Home
    2. Tags
    3. html5

    • T

      How to embed Tableau into a web page using the tableau JavaScript API?
      Developer Corner • javascript html5 website • • tobimarsh

      1
      0
      Votes
      1
      Posts
      1541
      Views

      No one has replied

    • C

      Ons-input login form not working
      Onsen UI • javascript ons-input html5 login • • Chicken_noodle

      2
      0
      Votes
      2
      Posts
      3425
      Views

      @Chicken_noodle, it would help if you see https://community.onsen.io/topic/188/how-to-ask-a-question Specifically, include a sample to reproduce your issue.
    • J

      change element proprierty according network status
      Onsen UI • onsen ui cordova javascript html5 cordova plugins network information • • Jonathan Silva

      3
      0
      Votes
      3
      Posts
      4037
      Views

      J

      @Fran-Diox , thanks for your explanation. Yes, my project is using the Onsen UI v1, but it’s possible to change the main-page content by a function on onsen ui framework? I did it before, into a project-based in cordova 6, and worked well.
    • L

      Unsolved HTML5 Audio Tag problem
      Developer Corner • html5 audio tag • • ledezmarcos

      2
      0
      Votes
      2
      Posts
      3594
      Views

      @ledezmarcos It seems to be more of a phonegap issue than Onsen. In my research, I also found most people use the Media API instead of the html5 audio tag. If you have to use the audio tag, there was this response: http://stackoverflow.com/questions/16923778/phonegap-html5-audio-does-not-resume-playback-after-incoming-phone-call-on-iphon Otherwise, the following tutorials seemed to resolve these issues with the other method: http://simonmacdonald.blogspot.com/2011/05/using-media-class-in-phonegap.html http://code.tutsplus.com/tutorials/build-an-audioplayer-with-phonegap-application-setup–mobile-16347