You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like the Android SDK has a property called removalWaiting that if I'm understanding correctly, correlates to a print that has been sent and cut but hasn't been pulled away from the printer. Am I understanding the purpose of removalWaiting?
It doesn't look like that removalWaiting has been implemented in this library and I'm curious about the amount of effort required to expose this?
It looks like it's been partially implemented here:
It seems like the Android SDK has a property called
removalWaiting
that if I'm understanding correctly, correlates to a print that has been sent and cut but hasn't been pulled away from the printer. Am I understanding the purpose ofremovalWaiting
?It doesn't look like that
removalWaiting
has been implemented in this library and I'm curious about the amount of effort required to expose this?It looks like it's been partially implemented here:
react-native-esc-pos-printer/android/src/main/java/com/reactnativeescposprinter/EposStringHelper.java
Lines 229 to 240 in 18c976f
EVENT_
which the other switch blocks aren't.It also doesn't look like
paperWait
is coming back in the status monitor or the result of the printsend()
command?The text was updated successfully, but these errors were encountered: