Hi Isomorphic,
we have a few problems with running our app on an iPad Air 2, iOS 13.1.3.
Some of the problems can be seen in the showcase as well.
Open this sample (v12.0p_2019-11-15) and paste the following code in Safari:
The result on button click is that only true is for "Desktop", which is unexpected. I'd expect true for Touch and Tablet and false for Desktop and Handset.
Please note that while my setting under (menu names are my translation to English, iPad is on German) "Settings" -> "Safari" -> "Always request desktop site" -> "All websites" is enabled (which is most likely the default), I don't think this should affect these four methods.
Also, the showcase does not load in Chrome (2019-11-03, v78.0.3904.84) on this iPad at all, if I don't explicitly request the desktop version (here it is the other way around, default is to request the mobile version).
The Safari problems are more relevant for us.
If it helps, please see the attached different UA outputs from here (random site found for this).
Best regards
Blama
we have a few problems with running our app on an iPad Air 2, iOS 13.1.3.
Some of the problems can be seen in the showcase as well.
Open this sample (v12.0p_2019-11-15) and paste the following code in Safari:
Code:
isc.IButton.create({ title: "Hello", icon: "icons/16/world.png", iconOrientation: "right", click: "isc.say('Tablet: ' + isc.Browser.isTablet + ', Handset: ' + isc.Browser.isHandset + ', Touch: ' + isc.Browser.isTouch + ', Desktop: ' + isc.Browser.isDesktop)" })
Please note that while my setting under (menu names are my translation to English, iPad is on German) "Settings" -> "Safari" -> "Always request desktop site" -> "All websites" is enabled (which is most likely the default), I don't think this should affect these four methods.
Also, the showcase does not load in Chrome (2019-11-03, v78.0.3904.84) on this iPad at all, if I don't explicitly request the desktop version (here it is the other way around, default is to request the mobile version).
The Safari problems are more relevant for us.
If it helps, please see the attached different UA outputs from here (random site found for this).
Best regards
Blama
Comment