Skip to content

increase scrolling speed #361

increase scrolling speed

increase scrolling speed #361

Triggered via push December 21, 2024 19:42
Status Failure
Total duration 1m 21s
Artifacts

mobile_tests.yml

on: push
Matrix: mobile_tests
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 2 warnings
mobile_tests (1.19.x): test/canvas.go#L66
cannot use c (variable of type *canvas) as type fyne.Canvas in struct literal:
mobile_tests (1.19.x): test/canvas.go#L67
cannot use c (variable of type *canvas) as type WindowlessCanvas in return statement:
mobile_tests (1.19.x): test/canvas.go#L73
impossible type assertion: NewCanvas().(*canvas)
mobile_tests (1.19.x): test/canvas.go#L76
cannot use c (variable of type *canvas) as type WindowlessCanvas in return statement:
mobile_tests (1.19.x): test/canvas.go#L84
impossible type assertion: NewCanvasWithPainter(painter).(*canvas)
mobile_tests (1.19.x): test/canvas.go#L87
cannot use c (variable of type *canvas) as type WindowlessCanvas in return statement:
mobile_tests (1.19.x): test/canvas.go#L93
cannot use c (variable of type *canvas) as type fyne.Canvas in argument to scale.ToScreenCoordinate:
mobile_tests (1.19.x): test/canvas.go#L100
cannot use c (variable of type *canvas) as type fyne.Canvas in argument to c.painter.Paint:
mobile_tests (1.19.x): test/driver.go#L58
impossible type assertion: c.(*canvas)
mobile_tests (1.19.x): test/driver.go#L78
impossible type assertion: NewCanvas().(*canvas)
mobile_tests (1.23.x): test/canvas.go#L66
cannot use c (variable of type *canvas) as fyne.Canvas value in struct literal: *canvas does not implement fyne.Canvas (missing method SetOnMouseBack)
mobile_tests (1.23.x): test/canvas.go#L67
cannot use c (variable of type *canvas) as WindowlessCanvas value in return statement: *canvas does not implement WindowlessCanvas (missing method SetOnMouseBack)
mobile_tests (1.23.x): test/canvas.go#L73
impossible type assertion: NewCanvas().(*canvas)
mobile_tests (1.23.x): test/canvas.go#L76
cannot use c (variable of type *canvas) as WindowlessCanvas value in return statement: *canvas does not implement WindowlessCanvas (missing method SetOnMouseBack)
mobile_tests (1.23.x): test/canvas.go#L84
impossible type assertion: NewCanvasWithPainter(painter).(*canvas)
mobile_tests (1.23.x): test/canvas.go#L87
cannot use c (variable of type *canvas) as WindowlessCanvas value in return statement: *canvas does not implement WindowlessCanvas (missing method SetOnMouseBack)
mobile_tests (1.23.x): test/canvas.go#L93
cannot use c (variable of type *canvas) as fyne.Canvas value in argument to scale.ToScreenCoordinate: *canvas does not implement fyne.Canvas (missing method SetOnMouseBack)
mobile_tests (1.23.x): test/canvas.go#L100
cannot use c (variable of type *canvas) as fyne.Canvas value in argument to c.painter.Paint: *canvas does not implement fyne.Canvas (missing method SetOnMouseBack)
mobile_tests (1.23.x): test/driver.go#L58
impossible type assertion: c.(*canvas)
mobile_tests (1.23.x): test/driver.go#L78
impossible type assertion: NewCanvas().(*canvas)
mobile_tests (1.19.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
mobile_tests (1.23.x)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636