Closed sundaramoorthyjeeva closed 7 years ago
Hello, thanks for opening an issue with us. What browser are you having issues with? Also, could you post a repo we could use to reproduce this issue?
Hello! As it seems it has been a while since there was any activity on this issue i will be closing it for now. Feel free to comment if you are still running into this issue. Thanks for using Ionic!
Sorry for the delay reply. Yes. I am using chrome browser. Still I am facing this issue. Platform "mobileweb" returns false. What to do ?
I am facing the same issue, what's the solution?
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Platforms android - on a device running Android. cordova - on a device running Cordova. core - on a desktop device. ios - on a device running iOS. ipad - on an iPad device. iphone - on an iPhone device. mobile - on a mobile device. mobileweb - in a browser on a mobile device. phablet - on a phablet device. tablet - on a tablet device. windows - on a device running Windows.
Code if (this.platform.is('core') || this.platform.is('mobileweb')) { // login page }else{ // Home page }
Issue This above conditional block not satisfied in mobile browser. Actually "mobileweb" platform indicates the browser on a mobile device. But condition not satisfied. Whats wring with this or API issues ? How to resolve ? Help please.