Custom widget behaviour query
Hey community,
I have a custom widget when we call it then the window opens which takes a signature from user.
Question: I have three views
1) START loads on start
2) HOME jump to this view from start
3) USER jump to this view from home
and i am using this custom sign widget in two views HOME and USER and my work flow is from START => HOME => USER.
Now its this custom widget works perfectly fine on HOME view but when i reach to USER view and try to use this widget which i declare again in this view i mean drag drop this widget but this widget is not working means not showing the window to sign. my screen gets white and i cannot see anything when i use this widget... twx.app.fn.triggerWidgetService('zfSignPageSwitch', 'takeSignature')
but
when i come directly from STARTUP TO USER VIEW then its working perfectly fine on user view.
is there any clean i need to do when i come from HOME TO USER view ? or why it does not work when i come from HOME to USER and both have this widget. any idea ???

