limonero.blogg.se

Wait until responsive resize finishes redrawing the page
Wait until responsive resize finishes redrawing the page













wait until responsive resize finishes redrawing the page
  1. WAIT UNTIL RESPONSIVE RESIZE FINISHES REDRAWING THE PAGE HOW TO
  2. WAIT UNTIL RESPONSIVE RESIZE FINISHES REDRAWING THE PAGE FULL

What is the proper way to size the views on mobile? We are using it to display google maps in one case, and xPos and yPos to move it into to place, however on iOS and Android height and width seem to have no effect, I can only control the size by creating an iFrame that refers to google maps and setting a percentage width and height with it, otherwise if just takes up the whole screen beyond xPos and yPos. I've purchased the mobile version and it works great on iOS, however I have a few issues on Android. I wish there was a better way of telling the UI "stop sending events dummy!" when loading a level. The only problem with this is it causes the UI to flash disappear for a split second. This prevents the view from doing anything during the last moments of the level loading. So delay it, when progress hits 0.9f set the view as disabled then let it finish loading.

wait until responsive resize finishes redrawing the page

If I use LoadLevel it doesn't throw messages, but I want to use LoadLevelAsync because I want a loading screen.Įdit: Fixed LoadLevelAsync issue! You need to set view.enabled = false before the level loading completes. Am I going to have to check every frame if the view is still available? I hope notĮdit: Ok, it's purely due to LoadLevelAsync. I want to just kill its usage entirely in this case. How do I stop the delegate or stop the view from doing anything in this case? What I do for now is if the view is null or view.View is null I just return null, but that doesn't stop it from attempting to process the return value. At least the name of the function, delegate, class, something.Įdit: Ok, it looks like it's due to BindCall trying to handle its Return when the view is being disposed of during level load. I need to know what's trying to call the view that doesn't exist.

wait until responsive resize finishes redrawing the page

Any idea of how this could be happening?Īll this is probably my fault and I mainly just need a way to track down those messages.

WAIT UNTIL RESPONSIVE RESIZE FINISHES REDRAWING THE PAGE HOW TO

It causes my entire UI to black out and I'm not sure how to get it to come back.

WAIT UNTIL RESPONSIVE RESIZE FINISHES REDRAWING THE PAGE FULL

There also seams to be some weird issue when going from full screen to windowed then back to full screen.















Wait until responsive resize finishes redrawing the page