Has anyone used JSONP style of programming on mobile browsers ? Were there any limitations as compared to desktop.
I realize that fundamentally JSONP is nothing more than a JSON padded with a callback function to get around the cross domain issue.
What I'm more interested in is how the browser handles dynamic injection of DOM elements via this technique. Does it work?
We are looking to build out a widget based framework that needs to run across desktop and mobile environments.
EDIT : I found these 2 links that suggest that it indeed does work. Would still be interested in detailed experiences or gaps seen by the community
JSONP calls not working with apple-mobile-web-app-capable="yes"