iOS Question passing params from webview to app

Tomas Petrus

Active Member
Licensed User
Longtime User
I already succesfully implemented passing params to app by OverrideUrl.
But I have obvious problems with URL decoding..

I have been looking on the forum how to decode url encoded string, I found that there is library iStringUtils, that should help me. But cant find any usefull tip/guide/example on the forum.

Thanks for advices
 

Tomas Petrus

Active Member
Licensed User
Longtime User
I can of course write a function to replace all of our special characters, but its a pain in the ass, so I hope there is some other and more elegant way
 
Upvote 0

JanPRO

Well-Known Member
Licensed User
Longtime User
Upvote 0
Top