@sujit77 wrote:
Requirement - To detect mobile device if app is running as website in a web-browser of mobile device.
Using Device, I can detect whether app is running in browser or in a native app form.
But, is there a way to detect mobile device platform even if the app is running in a web-browser? I just need to know if it is a mobile device
true
orfalse
.I am using
npm run build --prod
command to generate required files for web hosting.
I have triedionic cordova build/run browser
. But I couldn’t make it work.
Posts: 1
Participants: 1