Thibaut Foussard

Results 7 comments of Thibaut Foussard

Albinsunnanbo's answer is awesome but it might not be enough with Samsung browser. I got it working by adding this before any Toggle-related code : document.addEventListener("touchmove", function (event) { event.preventDefault();...

This fix seems to make sense: in case there's a problem loading the next page, it makes more sense to try to reload that next page rather than the current...

I recommend using PrismJS to take care of the code blocks highlighting. Showdown generates code blocks starting with this kind of markup: ```html ... ``` PrismJS will detect the `language-js`...

Hi, the code provided by the author isn't enough to make an interstitial. You need to requestAd in the success callback. I don't understand why the author doesn't correct the...

Hey, did you find a way to do that ?

It finally worked. Didn't change anything, I haven't got a clue what happened.