Prevent Samsung predictive text in HTML form

I’ve tried different things and it seems that on mobile you currently have no chance to do this in a proper way. According to Safari Developer Docs there is support https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/Attributes.html but it seems that this is more related to the Desktop Safari than iOS. Additionally, spellcheck could do it but currently, according to http://caniuse.com/#feat=spellcheck-attribute … Read more

Android Usage Access for Android 5 Samsung devices

Sorry for the late reply, I hope you have found a good solution, but if not or for other people who have this problem, this bug seems to exist in some Samsung models, to avoid the crash of your app, maybe you can check if your intent can be handled PackageManager packageManager = getActivity().getPackageManager(); if … Read more

tech