Hi,
I have solved problem by setting iPhone configuration tab "Image adaptation method" in "Don't rescale".
Infact joomlamobile parsing the return back html row code to search image tag to rescale and break HTML code.
Joomla mobile break below tag (as you can see is not a properly HTML code)
<img alt=\"\" border=\"0\" src="/\"https:\/\/
www.paypal.com\/en_US\/i\/scr\/pixel.gif\"\"1\"\"1\"" \ />
instead of
<img alt=\"\" border=\"0\" src=\"https:\/\/
www.paypal.com\/en_US\/i\/scr\/pixel.gif\" width=\"1\" height=\"1\" \/>
I don't need to rescale any image because I have resized image properly for mobile template.
Now all works good.
When user click on paypal buttton on tienda it return a row code like below.
MobileJoomla seach for image tag to rescale it and break code.
{"msg":"\n<form action='https:\/\/
www.paypal.com\/cgi-bin\/webscr' method='post'>\n\n<!--USER INFO-->\n <input type='hidden' name='first_name' value=''>\n <input type='hidden' name='last_name' value=''>\n <input type='hidden' name='email' value='
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
'>\n\n<!--SHIPPING ADDRESS PROVIDED-->\n <input type='hidden' name='address1' value=''>\n <input type='hidden' name='address2' value=''>\n <input type='hidden' name='city' value=''>\n <input type='hidden' name='country' value=''>\n <input type='hidden' name='state' value=''>\n <input type='hidden' name='zip' value=''>\n\n <!--CART INFO AGGREGATED-->\n <!--ORDER INFO-->\n <input type='hidden' name='custom' value='6'> \n <input type='hidden' name='amount_1' value='38.00'>\n <input type='hidden' name='item_name_1' value='Locanda del Casale - Mese dedicato |Codice Prodotto: TO.130375)'>\n <input type='hidden' name='item_number_1' value='10'>\n <input type='hidden' name='quantity_1' value='2'> \n \n <input type='hidden' name='tax_cart' value='0.00'> \n <input type='hidden' name='handling_cart' value='0'>\n <input type='hidden' name='discount_amount_cart' value='0.00'> \n <input type=\"hidden\" name=\"upload\" value=\"1\">\n <input type='hidden' name='invoice' value='6'>\n\n <div id=\"payment_paypal\">\n <div class=\"prepayment_message\">\n Per favore clicca sul bottone di Paypal per completare il tuo acquisto. Verrai indirizzato sulla pagina di Paypal dove non hai necessit\u00e0 di avere un account e puoi scegliere di usare la tua carta di credito. Grazie ancora per il tuo ordine! <\/div>\n <div class=\"prepayment_action\">\n <div style=\"float: left; padding: 10px;\"><input type=\"image\" src=\"https:\/\/
www.paypal.com\/en_US\/i\/btn\/x-click-but20.gif\" border=\"0\" name=\"submit\" alt=\"Make payments with PayPal - it's fast, free and secure!\" \/><\/div>\n <div style=\"float: left; padding: 10px;\"><b>Checkout Amount:<\/b> \u20ac76.00<\/div>\n <img alt=\"\" border=\"0\" src=\"https:\/\/
www.paypal.com\/en_US\/i\/scr\/pixel.gif\" width=\"1\" height=\"1\" \/>\n <div style=\"clear: both;\"><\/div>\n <\/div>\n <\/div>\n \n<!--PAYPAL VARIABLES-->\n\t<input type='hidden' name='cmd' value='_cart'>\n\t<input type='hidden' name='rm' value='2'>\n\t<input type=\"hidden\" name=\"business\" value=\"
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
\" \/>\n\t<input type='hidden' name='return' value='http:\/\/127.0.0.1\/index.php?option=com_tienda&view=checkout&task=confirmPayment&orderpayment_type=payment_paypal&paction=display_message&checkout=1'>\n\t<input type='hidden' name='cancel_return' value='http:\/\/127.0.0.1\/index.php?option=com_tienda&view=checkout&task=confirmPayment&orderpayment_type=payment_paypal&paction=cancel'>\n\t<input type=\"hidden\" name=\"notify_url\" value=\"http:\/\/127.0.0.1\/index.php?option=com_tienda&view=checkout&task=confirmPayment&orderpayment_type=payment_paypal&paction=process&tmpl=component\" \/>\n\t<input type='hidden' name='currency_code' value='EUR'>\n\t<input type='hidden' name='no_note' value='1'>\n<\/form>\n","error":"","anchor":"","summary":"<div class=\"cartitems\">\n\t<div class=\"adminlist\">\n\t\t<div id=\"cartitems_header\" class=\"floatbox\">\n\t\t\t<span class=\"left50\">Prodotto<\/span>\n\t\t\t<span class=\"left20 center\">Quantità<\/span>\n\t\t\t<span class=\"left30 right\">Totale<\/span>\n\t\t<\/div>\n \n <div class=\"row0 floatbox cart_item_list\">\n <div class=\"left50\">\n \t<div class=\"inner\">\n\t <a href=\"\/component\/tienda\/products\/view\/10.html?controller=products\">\n\t Locanda del Casale - Mese dedicato\t <\/a>\n\t <br\/>\n\t \n\t \t \n\t \t <b>Codice Prodotto:<\/b>\n\t TO.130375\t <br\/>\n\t \t\n\t \t Prezzo:\n\t \u20ac38.00 \n\t \n\t \n\t\t\t\t\t\t \n\t\n\t \t<\/div> \n <\/div>\n <div class=\"left20 center\">\n 2 \n <\/div>\n <div class=\"left30 right\">\n \t<div class=\"inner\">\n \t\t\u20ac76.00 \t<\/div>\n <\/div>\n <\/div>\n \t<div class=\"marginbot\"><\/div>\n <div class=\"marginbot\"><\/div>\n \n \n <\/div>\n \n \n \n <div class=\"marginbot\"><\/div>\n <div class=\"floatbox\">\n \t<span class=\"left50 header\">\n \t\t<span class=\"inner\">\n \t\t\tTotale \t\t<\/span>\n <\/span>\n <span class=\"left50 right\">\n \t<span class=\"inner\">\n \t\t\u20ac76.00 \t<\/span>\n <\/span>\n <\/div>\n<\/div>\n"}