Your application(iOS or Android) is settled from the application then you can redirect to Android and iOS from javascript.
1 2 3 4 5 6 7 8 9 10 |
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <form action="myapp://post" method="get" id="form_id" ></form> <script> $("#form_id").submit(); </script> |
More Stories
Convert Unix Time to other Time Zone in Java script
Clone (Copy) with selected value using jQuery
html5 capture image from camera