Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
Use popup instead as this should be used instead of infoWindow
Scroll Test
解决办法
Remove the function that is responsible for the inline styles: 1. Open <a href="http://js.argic.com/3.14/init.js" target="_blank">js.argic.com/3.14/init.js</a>. 2. Put a breakpoint on the first line. 3. Refresh the page. 4. When on that breakpoint, search the minified code for ‘-webkit-transition-property’. 5. Delete everything in that function from ‘l.preventDefault()’ to ‘l.touches[0].screenY’. 6. Save the file. 7. Click Continue. 8. Open popup and re-add the content as before.9. Click and drag to scroll.10. The content moves.