Open DylanVanAssche opened 6 years ago
I fixed this issue by changing the QML component from Label to Text and formatting the text as RichText. Then I put the message itself inside a <p></p>
tag.
This solves the clipping but the messages overlay the header now. So I am not sure if this is a viable solution for you.
In the code I also saw that there should be checkmarks when a message is read. I never had those and they do not appear with the above solution.
Have you tried to set the clip: true
in the QML Text object?
I just did my first commit on a clean copy. I hope that worked.
If there is a possibility to copy the login id so that on a second run I do net need to verify myself again, please explain how I could do that. It would make playing around with the code much easier for me.
If you use a FB login, you can set that page as default, your credentials are remembered by FB. In case of SMS, I don't have a fast solution. You could print the auth token (generated from the auth request with the SMS token as payload) and hardcode it. Disable the login page and you should be good to go.
What happens:
What was expected:
How to reproduce:
Environment: