No Event handlers fire for dom elements outside ion-content in Android 4.2

Try This:

Index.html:

<body>
<ion-pane>
<ion-nav-view>
</ion-nav-view>
</ion-pane>

Template.html

<ion-view>
<button ng-click="someFunction()">Foo</button>
<button onclick="alert('bar')">Bar</button>
</ion-view> 

This works fine on Android 4.4 and above but not with 4.2 and below

What is wrong here?

Seems to work fine here.

1 Like

@mhartington Try it in Android 4.2.2 . I will send you an apk. Just Run it on 4.4 and 4.2 Android. Check your mail for the APK.

Just tried my demo on a 4.4, 4.3, 4.2, 4.1 and it works on all of them.
Maybe the problems somewhere in your controller?