Navigation

    Monaca & Onsen UI
    • Login
    • Search
    • Tags
    • Users
    • Blog
    • Playground
    1. Home
    2. Rork
    R
    • Flag Profile
    • Profile
    • Following
    • Followers
    • Blocks
    • Topics
    • Posts
    • Best
    • Groups
    Save
    Saving

    Rork

    @Rork

    0
    Reputation
    31
    Posts
    1061
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    Rork Follow

    Posts made by Rork

    • Click event not firing on list item subtitle

      Hello,
      I have an ons-list with item subtitles (class=“list-item__subtitle”).
      If I tap on the title, the event is fired. But not if I tap the subtitle.
      Tried on iOS 9, 10, 11.
      Thanks!

      posted in Onsen UI
      R
      Rork
    • RE: Script in separate template

      This is working now :+1: Thanks for your great work and nice library!

      posted in Onsen UI
      R
      Rork
    • RE: Script in separate template

      OK thanks :-)

      posted in Onsen UI
      R
      Rork
    • RE: Script in separate template

      Try to replace

      doc.write('<div id="test"></div>');
      

      with

      doc.documentElement.innerHTML = '<div id="test"></div>';
      

      See: https://stackoverflow.com/a/22645125

      posted in Onsen UI
      R
      Rork
    • RE: Script in separate template

      Too bad… Putting the script in the relevant file would be better for the app design (encapsulation). If you know the Firefox bug reference, I’m interested.

      posted in Onsen UI
      R
      Rork
    • Script in separate template

      Hello,
      I have a template as an external HTML file, containing a <script>.
      The script is executed in Chrome but not in Firefox. Is it a bug?
      Thanks.

      posted in Onsen UI
      R
      Rork
    • RE: pushPage does not work in Firefox?

      :+1:

      posted in Onsen UI
      R
      Rork
    • pushPage does not work in Firefox?

      I call the pushPage method with a separate file page-2.html:

      document.getElementById ('navigator').pushPage ('page-2.html');
      

      It works in different browsers but not in Firefox. Is it a bug?
      I use the latest version 2.6.1.

      Here is the error:
      TypeError: internal.doc.getElementById(…) is null internal.js:156

      Thanks.

      posted in Onsen UI
      R
      Rork
    • RE: Annoying behavior due to conflict in ONS-INPUT (onsen) and NG-MODEL (angular)

      @Fran-Diox Thanks!

      posted in Onsen UI
      R
      Rork
    • RE: Annoying behavior due to conflict in ONS-INPUT (onsen) and NG-MODEL (angular)

      I tested with the latest version 2.2.0 but unfortunately this does not fix the problem for me.
      On Firefox it’s not possible to move the cursor or to select any text in the ons-input element.
      Should I file a bug report?

      posted in Onsen UI
      R
      Rork