@justin.a
@Jeffrey Blattman
@keithryanwong
@Greg
We are using below code in our application for full-screen mode.
CustomerMode.
enable
(
this
);
After initializing payment connector when we hit any request like as SaleRequest or RefundPaymentRequest it affects my applications full-screen functionality.
For Example on clover mobile device, When we hit SaleRequest by payment connector My applications screen goes short from top and bottom for just 1 or 2 seconds and clover payment screen opens. When we got the response for this request my applications full-screen mode goes disabled, And if we set CustomerMode.
enable(this); here again then my applications screen fluctuates for a second. So I want that if my application is showing on full-screen mode then after the response of SaleRequest application should be in full-screen.
Kindly suggest, if any settings are available to solve this issue.