Hardware acceleration - turn off by code?

Hey all,
I'm having some issues with a banner I built in hype, it crashes on the iphone with an error that says "a problem repeatedly occurred"...
My first guess is to maybe try to turn hardware acceleration off. But it turns out I don't have the original hype files anymore :frowning:

Is there a way to turn off hardware acceleration in the HTML code?

this is the banner that's crashing for me:
-removed link-

Open to trying anything else I can do by modifying the html file itself. Wish I had the hype file.... dang.
Thanks for any insights.

On the index.html page, search for:

true,true,false,true,true)

and replace it with

false,true,false,true,true)

Turning off hardware acceleration isn't always a sliver bullet though, unfortunately. Maybe you unknowingly have a backup of the file in time machine?

2 Likes

Amazing. That worked! This really saved my butt from having to remake them. Thank you so much.

I do keep backups regularly. Unfortunately I cleared out these files by mistake and my backup made a new backup after that. This has never happened to me before but I'm going to make sure my backup disk can do 6 months of backups from now on.

Thank you

1 Like

Oh, great, I'm glad that did the trick!

I'd still be sure to test on lower-end iOS devices, especially if you can with a placed ad (where the page itself may also be consuming resources).

1 Like