Is there a solution to the issue where the Google Share button does not display properly when it is initially hidden using CSS display:none
on its parent div
and then shown using jQuery .show()
?
I am currently experiencing this problem and I'm unsure of what additional code would be relevant, but I have created a simple example in a JSFIDDLE to demonstrate the issue.