I have written a Windows RT 8.1 XAML/C# enterprise app which is installed on Lenovo Thinkpad 8 tablets.
My users are experiencing a very intermittent issue where a number of controls on each screen would suddenly disappear or not render properly.
For example on every screen there is a back button in the top left corner. This would be one of the controls that would disappear. However when you touch where the button should be then it still functions correctly.
We can make these controls appear again by closing the app / suspending it and then opening it up again - sometimes you need to do this a couple of times.
I cannot figure out why this would be happening.
Various theories:
- Some sort of problem with styling within the app
- graphics/rendering hardware issue
- A memory problem relating to suspending and resuming the app
Can anyone hazard a guess what might be happening?
Thanks