dacripox
dacripox
May you take a look at this page? They have virtual samsung devices for free. http://developer.samsung.com/remotetestlab/rtlDeviceList.action Thanks! El lun., 12 jun. 2017 13:57, DePalmo escribió: > In our case, page...
Ok. Thank you. May you give me some solution to show the popup too? El vie., 16 jun. 2017 16:11, DePalmo escribió: > I figured out that Samsung Browser is...
Perfect. I will try it. Thanks! El vie., 16 jun. 2017 17:04, DePalmo escribió: > I used different transition style. Not sure which one if default, but > after changing...
I'm still having the same problem. The above code it doesn't work for me. ``` Initialize modals: $('.ui.modal').modal({ transition:'fade' }); Open it: $('body').on('click','.register-btn',function(e){ e.preventDefault(); $('.register.ui.modal').modal('show'); }); ``` But, when I...