bs-breakpoints icon indicating copy to clipboard operation
bs-breakpoints copied to clipboard

init.bs.breakpoint not working under iOS 7.1.2

Open dougloj opened this issue 4 years ago • 2 comments

Hi I ran the following jQuery code under Safari on an iPhone 4 with iOS 7.1.2:

$(window).on('init.bs.breakpoint', function (e) { alert('init ' + e.breakpoint); })

e.breakpoint ended up being null.

Do you know is bs-breakpoints works under iOS 7 or do you know what the issue may be?

dougloj avatar Oct 17 '19 01:10 dougloj

Hi @dougloj,

It should totally work, can you check that example: https://cdpn.io/Johann-S/debug/zYYKxKW ?

Does it works on iOS 7 ?

Johann-S avatar Oct 17 '19 09:10 Johann-S

Sorry for the delay in replying. When I go to https://cdpn.io/Johann-S/debug/zYYKxKW on my iPhone 4 running iOS 7.1.2, I get an "Unsupported Browser" message.

dougloj avatar Oct 27 '19 22:10 dougloj