swilgosz/hanamimastery

Share Buttons not working on FireFox

swilgosz opened this issue · 1 comments

Overview

When visiting Single episode/article page, on Android applications, there should be share buttons available right-away in all browsers. For chrome, it works as in the image below, for Firefox though, buttons do not appear.

Chrome Mobile:
image

Firefox mobile, android:
image

For desktop it works well though.

Todo

  • Figure out the reason why it happens
  • Fix the share buttons to appear in firefox browser too.

Fixed in #50.

The share buttons wouldn't sometimes appear either on desktop or mobile(firefox/chrome). Changed loading script to beforeInteractive to make sure its loaded before sharebuttons component renders.