ios 11 Beta 5 select drop-down list issue - html

HTML Select drop-down list is not getting dismissed properly on iOS 11 beta 5. Upon closing the drop-down, an empty drop-down with blank options reappears in its place.
Please let me know if anyone else experienced the same issue and if a workaround is available for the same.
Note: It is a hybrid app built for iPad only and this issue is not reproducible on iOS 10 or below.

I've had a similar issue and discovered that in the <option> tag there is a label="" value. This only affects iOS 11, and 10 we've noticed as well. Populate your label="" value.

solution in another thread
This is not a long-term solution, but it works until apple provides a fix.
main points of other answer
Build your app with xcode 8, you can download version 8 of xcode from here, you have to sign in using your apple id.
To be able to build to iOS11 you will have to download xcode 9 (unless you have it) as well, and then copy the 11.0 folder from xCode9/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport and paste it into the same place in xCode8

The issue is because Cordova is using a UIWebView, and the bug is with UIWebView in iOS 11. The issue has been fixed in xcode 9.2-beta. Tested and it is working fine in iOS 11.2. Hopefully xcode 9.2 will have the fix once released.

Related

Cordova IOS 8 select element

I've recently upgraded Cordova to 3.6.3 and Xcode to 6. I've noticed when testing on iOS that select elements no longer do anything when clicked. This works in iOS 7.0/7.1 but fails on all emulators once I move to iOS 8.
Is this a known bug and is there a fix currently available?
<div>
<select id="task" style="height: 32px; text-align:left">
<option>Other</option>
<option>Mining</option>
<option SELECTED>Farming</option>
</select>
</div>
Thanks,
Michael
I had the same issue with the ios 8 simulator. Unchecked Hardware>Keyboard>Connect hardware keyboard and the issue is solved!
robiso in the Apple forum figured it out:
I had the same issue with the ios 8 simulator. Unchecked Hardware>Keyboard>Connect hardware keyboard and the issue is solved!
I am having the same issue of HTML select elements not functioning in PhoneGap apps (and also native UIWebView apps) on 8.0.2 DEVICES. I think this is more than a simulator issue.
MikeH: are you using some kind of CSS property to get selector elements to pop open the option picker on your 8.xx device? Mine just bring up the next /back arrows and the "done" button.

Web site not rendering properly with IE10 +

I have few web site running on aspx using older version of DNN 4.x. All site are rendering properly on Google Chrome, Fire Fox, Opera etc... but starting with IE 10x +, the navigation pane started to render improperly...
The site in question is the following :
http://www.westendsports.ca
I suspect a CSS failure, but I haven't been able to pin point the issue. I really need to fix this issue for the client, any suggestion would be appreciated.
Thanks
Upgrade to the latest DNN. Yours is 6 year old.

How do I debug Silverlight not working in Firefox/chrome/Safari?

I have a problem where a Silverlight system I have developed is working perfectly in Internet Explorer but not at all in Chrome or Firefox
I have no idea where to start to try to figure out what the problem is?
Chrome just says Cannot load Silverlight plugin which is obviously useless from a debugging point of view
Firefox just displays the container page
I have used firebug and interestingly Firefox makes no attempt to download the xap files?
This is a major issue and any pointers would be very helpful!
The application does make use of Prism which may be something to do with it
Paul

I have created a mobile app with Adobe Air 3.2., but its not working on iOS 6 iPad

I have created a mobile app with Adobe Air 3.2., but its not working on iOS 6 iPad,
Even i Cant Install On Ipad.
please let me know how can i resolve this issue
I don't think 3.2 will be supported on iOS 6. You'll need to use at a minimum 3.3 though I believe there are some issues with it as well.
Best advice is to upgrade to the most recent release (AIR SDK here) and use that, which as at writing is 3.4.0.2540. There have been a lot of mobile improvements in the latest releases see here for a list.

Chrome 18, ExtJS 4.0 charts issue

I've just updated Chrome from 17 to 18.0.1025.142 and got all the ExtJS charts crashed in the web-site. The same issue reproduces on the Sencha example. Try clicking "Reload data". Any ideas?
I've come across the same problem. It looks like it's a bug in that version of chrome as the dev stream (v19) fixes the problem. It's a total PITA, but hopefully v18 won't be the current version for long. We just disabled the charts for that browser until it's sorted.
Here is an issue opened with chromium. Log in and star the issue so that it goes up in priority for chrome developers.
Also look at this thread for a workaround. Didn't work in my scenario but it might help you.
http://www.sencha.com/forum/showthread.php?192175-4.0.7-Line-Charts-Broken-in-Chrome-18-Mac-(and-also-it-appears-windows)