Is that possible? In a manner similar to CSS injector and JS injector? Thanks.

Comments

tyler.frankenstein’s picture

Status: Active » Postponed (maintainer needs more info)

You can use arg() and/or drupalgap_path_get() to make decisions about the path you are on, then make decisions in your JS code. I'm not sure about CSS though, typically CSS is just loaded via the head of your index.html file.

You can try using drupalgap_add_css() in your code.