Tabbar buttons not working on Mozilla Fireworks
-
Hi everbody,
Vue Onsen UI Kitchen Sink App (https://onsenui.github.io/vue-onsenui-kitchensink/main.html?platform=ios) examples tabbar buttons not working on Mozilla Firefox.
Im using OSX. Maybe its a bug about Mozilla Firefox for Osx or is there a little bug? In my opinion there is a little CSS or JS bug.
-
@fatihucom Oops, thanks a lot for reporting this. Looks like
input
ora
elements are not allowed insidebutton
elements according to w3c spec. Actually,ons-segment
doesn’t care what type of children it gets as long as they are blocks. Usediv
instead ofbutton
and it will work :+1:
We’ll need to change some examples due to this… :sweat_smile:
-
Thanks @Fran-Diox.