-
Description of the problem:How to make the scanning in portrait mode in IntentIntegrator ?
Activity code:
Manifest code :
Correct me if any thing is wrong here. |
Beta Was this translation helpful? Give feedback.
Answered by
rkistner
Jun 16, 2021
Replies: 1 comment
-
In your code you are defining the orientation for your application's
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
karan2vel
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In your code you are defining the orientation for your application's
MainActivity
. You need to specify it for the library'sCaptureActivity
instead, as in the example from the readme: