At least until jQuery Mobile 1.0 the handling of urls will not work with the Netweaver BSP urls. How to make jQuery Mobile work with BSP? asked 07 Feb '12, 16:38 pedrolima ♦♦ |
The BSP urls are mangled with additional information. For example the url
becomes something like
where the extra key in parentheses includes information on the SAP client, the logon language and other data. The BSP urls are valid, the problem is with jQuery Mobile that internally does not work with parentheses in urls. This is an open issue and will probably be corrected soon. In the meantime there is a simple workaround in this patch. Alternatively the patched versions of jQueryMobile are available to download in this repository. answered 07 Feb '12, 16:41 pedrolima ♦♦ |