You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would like to see an option such as screenSizeHide that takes a string that is a pixel value, em, rem, etc. This would set the screen size at which the widget will hide. You could also set it to false or an empty string and have it always display at any screen size
The text was updated successfully, but these errors were encountered:
Good idea. I would suggest the adding of properties for pixels screenWidthSizeHide and screenHeightSizeHide.
As an alternative, would it work for you if I add visibility functions to the plugin API to hide/unhide the compass, zoom controls, and distance scale? You could use these functions in your implementation to fully control the visibility. Thanks.
Would like to see an option such as
screenSizeHide
that takes a string that is a pixel value, em, rem, etc. This would set the screen size at which the widget will hide. You could also set it tofalse
or an empty string and have it always display at any screen sizeThe text was updated successfully, but these errors were encountered: