Start a new topic

HTML Drawable scrollbars

Hello,


I'm facing an issue with HTML Drawables. I'm using HTML Drawables for custom marker and when I load pois I see scrollbars for a short time on the markers. How can I hide them?


Thanks


Hi,


please add an AR experience(html/js/css/assets/...) which we can use to reproduce the issue.  


Best Regards,

Alex

Hello,


I attached my js files, I'm creating the html for html drawables like this:

 

Marker.prototype.getHTMLString = function(hexColor) {
    return "<div style='position: fixed; top: 0; left: 0; width: 100%; height: 100%;'><p style='position: relative; border-radius:30px; background:" + hexColor + "; opacity:.7; width:100%; height:calc(100% - 40px);'><span style='width: 0; height: 0; position: absolute; bottom: 0; left: 50%; border-left: 20px solid transparent; border-right: 20px solid transparent; border-top: 20px solid " + hexColor + "; transform: translate(-50%, 90%);'></span></p></div>";
};

 

rar
(4.44 KB)

The problem occurs only on Android.

Login or Signup to post a comment