我在phonegap应用程序中使用angularJS。我的CSS-Framework是bootstrap3。我定义了一个自定义CSS文件,以使appropreated elemets具有触摸外观:active。在webbrowsers它工作,但在我的Android设备上它不会被注意到。有时链接不会触发并导致错误:
Watchers fired in the last 5 iterations: [["fn: $locationWatch; newVal: 135; oldVal: 134"]
我的css样式:活动(按下)元素是这样的:
.jumbotron:active {
background-color: #bebebe;
}
但它在移动设备上没有做任何事情。