0

I've added a PNG animation (acting like a animated GIF) to an iBook HTML widget using CSS, JavaScript and HTML.

The problem is that there is a maximize button when hovering over the widget in the iBook preview. I want to remove this because it is only supposed to be an animation that plays when entering the page, and I don't want the user to be able to interact with it.

How can I remove this functionality from the widget?

larromba
  • 306
  • 2
  • 11

1 Answers1

0

Setting the widget width and height in your info.plist file the same as the width and height in iBooks author prevents opening in full screen when tapping on it.

I don't know if this logic works on Mac or iPhone, but it seems to work on the iPad.

larromba
  • 306
  • 2
  • 11