David J. Bradshaw

Results 214 comments of David J. Bradshaw

It expects the iframe to be in a different file and linked via `src`.

I would suggest hiding and reshowing the iframe, rather than reloading if you need to switch that much

Check the CSS on that site On Mon, Sep 21, 2020 at 6:46 PM hgarriga wrote: > Hi David, hope your are well!! > > I've created a widget for...

This will be an issue with you pages CSS, you can try different height calculation methods, if that doesn't work you will have to investigate your CSS On Mon, Sep...

That's strange, have you tried to see if you can reproduce this in the example folder? The function in the code that does this can be found here, if you...

Good question, I guess that was written seven years ago, so what ever the reason might not be valid anymore

I expect their is another event we should be listening for to detect that the iframe is no longer in full screen mode.

You could just turn off resizing before going full screen and turn it on again when you come out of full screen

Strange, just tested it on my iPad. My best guess is that it is an issue with CSS, if you remove all the CSS in the iFrame do you still...