Cookie consent banner
Posted: 2025-08-04 19:21
A prospective client asked me about having a cookie consent banner in AppGini applications.
For those of you developing apps outside of Brazil, there are numerous cookie banner generator options, many of which are free. I was able to generate mine in Javascript because Brazilian options are very expensive, and data protection laws are much stricter than international ones.
On my website, I placed it within the <head> tag in the Index, but in the AG, I have questions and would like to know which file would be ideal for making the JS call that will generate the cookie banner without causing any problems in the application.
Thank you and good luck!
For those of you developing apps outside of Brazil, there are numerous cookie banner generator options, many of which are free. I was able to generate mine in Javascript because Brazilian options are very expensive, and data protection laws are much stricter than international ones.
On my website, I placed it within the <head> tag in the Index, but in the AG, I have questions and would like to know which file would be ideal for making the JS call that will generate the cookie banner without causing any problems in the application.
Thank you and good luck!