yankarinRG
yankarinRG
Same exact issue, `android:compileSdkVersion` got changed from 28 to 23 and `android:compileSdkVersionCodename` from 9 to 6.0-2438415. Using 2.4 on Windows and Java 64 bits. Commands were simply _apktool d_ and...
Not that I know or have discovered, and I think there aren't. It's just that it would be cleaner because the apk file would be more similar to a genuine...
Basically it would be a DialogPreference with the custom CountryCodePicker view (country code/prefix + phone number). In the preference layout file (with PreferenceScreen as root) then you would add something...
At the end I simply used an **EditTextPreference** and guessed/validated the phone number using [libphonenumber](https://github.com/google/libphonenumber). Of course, it would've been a lot more elegant if there was a **CountryCodePickerPreference**.
> @yankarinRG @mehmet-erdogdu Do you use a Brotli compression? Hello, no I don't use the package `WebMarkupMin.AspNet.Brotli`
Hello and thank you for the interest. So there was a regression between version 1.14.0-beta2 and commit https://github.com/snapappointments/bootstrap-select/commit/04cc1fd5abedc85c449d159d9fa6ea48e2e4a2f7? Or maybe I didn't compile the library correctly? I cloned the repository...
I am also using the workaround of calling `selectpicker('destroy')` and then `selectpicker()`, in the meantime of an official bug fix from the author. It's certainly not the most elegant and...
Thank you for reaching out. However, this is still not fixed in 1.14.0-beta3 (as of https://github.com/snapappointments/bootstrap-select/commit/04cc1fd5abedc85c449d159d9fa6ea48e2e4a2f7): [jsfiddle](https://jsfiddle.net/gt8m2zak/)
Related: https://github.com/snapappointments/bootstrap-select/issues/2724
@Taritsyn thank you for the quick fixing of the bug! I'll let you know if I'll experience this problem one more time!