Yes, but would require some custom coding.
WordPress allow for mobile detection using wp_is_mobile() function. If you combine it with a rl_lightbox_args filter hook (some examples on our support forum) you’ll be able to disable / enable lightbox on mobile / desktop.
To have some more granular control you’d need to use a Mobile Detect PHP class http://mobiledetect.net/ or something similar.