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!
Rork
@Rork
Posts made by Rork
-
Click event not firing on list item subtitle
-
RE: Script in separate template
This is working now :+1: Thanks for your great work and nice library!
-
RE: Script in separate template
Try to replace
doc.write('<div id="test"></div>');
with
doc.documentElement.innerHTML = '<div id="test"></div>';
-
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.
-
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. -
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:156Thanks.
-
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?