I will have to call openURL method twice which is not possible. Here is the scenario
I have to open the web page in safari from native app and at the same time I have to append some base 64 string to another http url and will have to call that URL to update the web page with the appended base 64 response.
If we can call openURL twice then It would be easy and simple but unfortunately we can't call openURL twice back to back.
Please let me know if there is any other solution available