Postponed (maintainer needs more info)
Project:
DrupalGap
Version:
7.x-1.10
Component:
Module Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2015 at 08:29 UTC
Updated:
28 Feb 2015 at 23:05 UTC
Jump to comment: Most recent
Comments
Comment #1
tyler.frankenstein commentedYou 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.