Fancybox ipad issue -


i developing web page using bootstrap , fancybox2. never use bootstrap's modal windows instead prefer using fancybox popups more elegant , configurable. use fancybox images popups , forms popup login form etc. works fine on pc when test result on ipad, form popups fail images popups work still great. ve checked safari settings , allow popups setting enabled. there solution this? don't it. working demo here http://www.mitilini-trans.gr/demo/portal/public/ under administration menu item.

in script.js file try modifying fancybox init way :

$('#login-trigger').click(function (e) {     // e.preventdefault();     $('#loginform').find('#result').remove(); }).fancybox({     padding: 5,     type : "inline" }); 

Comments

Popular posts from this blog

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

java - Using an Integer ArrayList in Android -