jackmoore / colorbox

A light-weight, customizable lightbox plugin for jQuery
http://www.jacklmoore.com/colorbox/
MIT License
4.75k stars 1.14k forks source link

Can't submit form on iPhone #870

Closed Ange7 closed 5 years ago

Ange7 commented 5 years ago

hi, I'm using colorbox with iframe :

$('.colorbox').colorbox({
        iframe:true,
        innerWidth:500,
        innerHeight:350
    });

with data-url attribute on

It's working perfectly on desktop, but on my iPhone (safari) when i submit form in my target url the page is reload

is it a problem with colorbox ? (sandbox attributes?) thank you

Ange7 commented 5 years ago

i debug on mobile

on mobile, the content is not iframe,

jackmoore commented 5 years ago

Sorry, I doubt this has anything to do with Colorbox. Make sure you have your dubugger on and that it breaks on errors. That should allow you to catch and see the error before the default behavior allows the page to redirect.