We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MapillaryJS version: 2.9.0 System/Browser: All
2.9.0
All
var popupComponent = mly.getComponent('popup'); var span = document.createElement('span'); span.innerHTML = 'my popup content'; var popup = new Mapillary.PopupComponent.Popup(); popup.setDOMContent(span); popup.setBasicPoint([0.546, 0.523]); popupComponent.add([popup]);
The popup captures the pointer according to the default value specified in the docs at https://mapillary.github.io/mapillary-js/interfaces/ipopupoptions.html#capturepointer.
The popup does not capture the pointer.
The text was updated successfully, but these errors were encountered:
2b52d23
oscarlorentzon
No branches or pull requests
Basic information
MapillaryJS version:
2.9.0
System/Browser:
All
Steps to Reproduce Behavior
Expected behavior
The popup captures the pointer according to the default value specified in the docs at https://mapillary.github.io/mapillary-js/interfaces/ipopupoptions.html#capturepointer.
Actual behavior
The popup does not capture the pointer.
The text was updated successfully, but these errors were encountered: