hello guys,
im using cross platform.
if System.get_property('platform') == 'APPLE'
$jsonResSession = Rho::RhoSupport.url_encode($jsonResSession)
when im trying to decode the $jsonResSession and parse it to Json by using res = Rho::JSON.parse(Rho::RhoSupport.url_decode(theParam))
the data still contains %20 for space and %7C for | etc..
how can i avoid the %.. and replace it with the right special character! ?
2 Replies
Hi Elie,
Please register at tautechnologies.zendesk.com and file a ticket.
Regards,
Konstantin
Try with uri extenstion.