javascript - How to automatically install Android app on user click jquery -


i have user click event button on web page.

$('.hr_rd_s').click(function() {         window.open('gift.php', '_blank');     //automatically install android app code goes here     }); 
<a href="#" class="hr_rd_s">      <span id="text15" class="answer">left</span> </a> 

for example, if user on android phone, want app automatically installed on user click event. page rendered android phone users.

you can't automatically install android app. huge security issue. can link app in google play store user must install it. possible link android installation file


Comments

Popular posts from this blog

android - MPAndroidChart - How to add Annotations or images to the chart -

javascript - Add class to another page attribute using URL id - Jquery -

firefox - Where is 'webgl.osmesalib' parameter? -