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
Add HTML for “Tap to Enter”- This button displays on the non-fullscreen version of mobile. The html for the “Tap to Enter” button is the div with the class mapboxgl-ctrl-fullscreen-btn and its contents.
On click of “Tap to Enter” button - map changes to fullscreen mode.
Add class for fullscreen mode vs non-fullscreen mode: A class is needed to display (or not display) elements for the fullscreen vs. not fullscreen. The classes no-fullscreen (and after user taps button the class fullscreen) need to be added to the div with the class mapboxgl-control-container.
@Pujapuppy we've added this control (and the css classes mentioned to display/hide it based on fullscreen state), however the text renders slightly differently than in your mockup, so I think that the stylesheets for that need some attention -- could you please take a look? thanks!
(HTML is in attached doc)
Design Link: http://baaqmddesign.azurewebsites.net/Drawing_Tool/MobileMaps/MapMobile.html
MobileMapTapToEnter.docx
The text was updated successfully, but these errors were encountered: