...
components: [
{kind: "Signals", onbackbutton: "backTap"},
{layoutKind: "FittableRowsLayout", classes: "panelBG", components: [
{kind: "onyx.Toolbar", classes: "headerBar", components: [
{name: "contentHeader", content: "Privacy & Security"}
]},
{kind: "Scroller", touch: true, touchScrolling: true, components: [
{kind: "FittableRows", fit: true, components: [
...
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
[WebActionDisablingCALayerDelegate setBeingRemoved:]: unrecognized selector sent to instance
Any suggestions on how to approach this till Apple fixes the CSS Touch bug? On the plus side iOS is ignoring the exception so the app still chugs along as if nothing happened but having errors like that just irk me
{ kind: Scroller, strategyKind: platform.ios ? ScrollStrategy : TouchScrollStrategy, ...
As a heads-up: We discovered that the animator was incorrectly using setTimeout on iOS because of a bug in iOS 6. It should have been using requestAnimationFrame on later iOS versions but was not. This could be causing performance issues on iOS. This is corrected in 2.7.