This repository was archived by the owner on Apr 29, 2021. It is now read-only.

Conversation

PROGrand

BUG (at least iOS)

  1. UIWidgetsPanel is disabled and enabled Unity GUI Text Field.
  2. User touches Text Field, Keyboard event comes, ViewportMatricsChanges emited, nullpointer occured in _handleViewMetricsChanged.

FIX: remove handler in onDisable.

BUG (at least iOS)
1. UIWidgetsPanel is disabled and enabled Unity GUI Text Field.
2. User touches Text Field, Keyboard event comes, ViewportMatricsChanges emited, nullpointer occured in _handleViewMetricsChanged.

FIX: remove handler in onDisable.
BUG (at least iOS)

    UIWidgetsPanel is disabled and enabled Unity GUI Text Field.
    User touches Text Field, Keyboard event comes, ViewportMatricsChanges emited, nullpointer occured in _handleViewMetricsChanged.

FIX: remove handler in onDisable.
Sign up for free to subscribe to this conversation on . Already have an account? Sign in.
None yet
None yet

Successfully merging this pull request may close these issues.

@PROGrand