Search code examples
phpjquerycodeigniterlogic

I want to block chrome extensions or any extensions when someone use my application(Codeignite baser)


I want to block chrome extensions or any extensions when someone use my application(Codeignite base) being used by other browsers?


Solution

  • The issue is because of input tag which uses type="date". This does not work in firefox.

    The better solution here is to use datepicker which will work in all the browser.

    But if you still want to use the same code then you need to refer link: How to get HTML 5 input type="date" working in Firefox and/or IE 10