mozilla开发社区上有 :active 不起作用的答案: [1] By default, Safari Mobile does not use the :active state unless there is a touchstart event handler on the relevant element or on the <body>. 在iOS系统的移动设备中,需要在按钮元素或body/html上绑定一个touchstart事件才能激活:active状态. document.b
xamarin.from上可以使用本身的button实现圆角带图标的按钮,但是没有半圆角的按钮实现,需要自己使用Renderer重新写过来重写一个button. 下面是一个重写的带边框的方式,代码如下: using UIKit; using Xamarin.Forms.Platform.iOS; using Xamarin.Forms; using CoreAnimation; using System.ComponentModel; [assembly: ExportRenderer(type