-
Notifications
You must be signed in to change notification settings - Fork 38
Screens(Pages) with background image flicker on iOS #6
Comments
Thanks for the report. Do you have a sample XML and/or CSS so I know exactly how you are putting the background image on the screen.? |
Thank you for the reply, here is the XML:
Here is the CSS:
|
@NathanaelA Do you have an update on this? Thank you so much for looking into this. |
Nope haven't had any time... I prioritize my paid work (I'm a contractor/freelancer) over ALL free support. When I have some free time, I'll take a look at it; but any and all free work is at my own convenience. I am willing to take pull requests for fixes; if you want to investigate the issue. ;-) |
Sounds fair, I will try to investigate the issue. PS: We are using a lot of your plugins and I will need to talk to my boss to see if we can work with you or at least discuss some support for the plugins, if that interests you. |
Yep, I love support contracts! I honestly really hate seeing open issues on any of my plugins; but my wife really gets mad at me if I say yeah I fixed x, y, & z and then she says how many billable hours; uhm.... Zero... Happy wife; happy life. ;-) |
Not sure if you made some changes but the issue is resolved after I updated to NativeScript 2.5.4 |
I actually have done some revamping of the orientation plugin, as I ran into an issue that needed to be fixed. One fix that has been put into place is that it sets/clears the ".landscape" now set during the loading event rather than the loaded event, by setting the value as early as possible; it can eliminate some redraws that would have occurred. |
Yes I believe it was the redraws. Thanks a lot for the fix. Closing this issue. |
@NathanaelA it seems the issue is not fixed, it is still flickering on orientation change. :( |
Screens which have a background image set, flicker when using
orientation.disableRotation()
The background turns white for a moment and then gets the background image, and this keeps repeating every time you rotate the device.
The text was updated successfully, but these errors were encountered: