Hiii all...
I have found something about iPhone and Jquery lightbox. It would be beneficial for those who are working with Jquery lightbox.
If you are opening .aspx page in lightbox, and fetching few values from Session object in backend, all devices will work fine with that Session object, but iPhone will not. iPhone doesn't support to maintain session in lightbox. but all other .aspx pages which are directly open in browser itself will work well in iPhones.
So make sure not to use session object with JQuery light box.
Solution: For an alternate you can pass those values in querystring instead of storing in session object.
Happy Coding...!
0 Comment(s)