我正在编写一个用于移动设备的网络应用程序polymer,它将被打包phonegap用于在 android 设备上运行。我正在使用聚合物paper-tabs并core-animated-pages显示切换效果。在设备上,除了ripple effect标签上的触摸之外,一切都运行良好。它使整个事情看起来丑陋和滞后。如何禁用纸张标签(以及最终所有其他纸张元素)中的涟漪效应?
我尝试将noink属性设置为true在纸张标签的来源中,如下所示,但它不起作用。
Polymer('paper-tabs', {
/**
* If true, ink ripple effect is disabled.
*
* @attribute noink
* @type boolean
* @default false
*/
noink: true,