Hello i have developed my website in the react js. I have created ios and android application in that i am using my developed website using url, can any one tell me how to detect mobile browser view and mobile application view in react js
Asked
Active
Viewed 268 times
0
-
Does this answer your question? [Detecting a mobile browser](https://stackoverflow.com/questions/11381673/detecting-a-mobile-browser) – glinda93 Jul 01 '20 at 04:28
-
You could use the react-device-detect npm package: https://www.npmjs.com/package/react-device-detect – Benjamin Jul 01 '20 at 04:34
-
i do not want detect mobile browser....i want to detect mobile application – Manohar Pamishetty Jul 01 '20 at 04:51
-
So you want to know if your website has been opened inside your webview in your app or directly in some browser right ? – Dipansh Khandelwal Jul 01 '20 at 05:54
-
yeah just like that.... – Manohar Pamishetty Jul 01 '20 at 07:02
-
@ManoharPamishetty, Even I am looking for the same solution. You got any info to solve this problem – Krishna Mani Jul 31 '20 at 12:05