-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement/Request: timeout when loading XML map #52
Comments
Great idea! |
Update: got Android behaving nicely locally. |
looking forward to it... prepping the app for publish and this is one of the last things on my personal issues 😄 |
Can you update the plugin from GitHub (see the last check-in). You get to set a |
Yes I'll test this out soon. On Wed, Nov 2, 2016, 3:53 PM Eddy Verbruggen notifications@github.com
|
Good to go 👍 |
Sweet! 2.2.2 is on npm. |
The mapbox loading into a view can cause an app to hang for half a second or so. When you declare the map in XML and navigate to the page you have no way to delay that execution so it doesn't cause an interruption to the navigation transition.
A simple solution would be to add a property on the XML view, such as
delayMapInit
and then accept a value in milliseconds, so then we can make sure the navigation transition has completed before the map constructor is started which isn't the smoothest process. Let me know your thoughts @EddyVerbruggen, you might have a better idea since you know the SDKs better than I for mapbox.The text was updated successfully, but these errors were encountered: