Tressa S.

Results 6 comments of Tressa S.

I had this issue but also had Site Name just above the display_meta_tags line and when I removed it, it all started working. Strange though because I swear I have...

> > > > I had this issue but also had Site Name just above the display_meta_tags line and when I removed it, it all started working. Strange though because...

Yep, this makes no sense. There's a whole article about this gem only to not even be able to install it correctly when you get here.

For me, this issue was order related. I knew it should be working because I have it working in other Rails 6 projects. I don't use Webpacker in any of...

I worked it out. I forked the gem and added this to the bottom of the john_hancock.js ``` function signatureClear() { var canvas = document.getElementById("JohnHancock-canvas"); var context = canvas.getContext("2d"); context.clearRect(0,...