issues
search
UnityTech
/
UIWidgets
UIWidget is a Unity Package which helps developers to create, debug and deploy efficient, cross-platform Apps.
Other
1.97k
stars
256
forks
source link
_handleViewMetricsChanged null pointer exception
#448
Open
PROGrand
opened
3 years ago
PROGrand
commented
3 years ago
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.
BUG (at least iOS)
FIX: remove handler in onDisable.