Questions tagged [cleartext]
31 questions
0
votes
1 answer
showing error [erorr code : ERR_CLEARTEXT_NOT_PERMITTED] while clicking on get direction button to to get goole map location
[(https://i.stack.imgur.com/XV5Hd.jpg)]
(https://i.stack.imgur.com/PolGF.jpg)
We have WebApp our website trough the wordpress. we converted our website via app my site. when we click on the map to get diraction then it showing error. map work fine…
0
votes
0 answers
I found this error: java.net.UnknownServiceException:CLEARTEXT communication to .... not permitted security policy
found this error: java.net.UnknownServiceException:CLEARTEXT communication to .... not permitted security policy.enter image description here
I have done the existing tutorial tutorials but the same problem keeps happening
i have some extra like add…

reza
- 1
- 1
0
votes
1 answer
ClearButtonVisibility property doesn't work inside a frame in .net maui
I put the ClearButtonVisibility in an entry and the entry inside a fame and the Clear Button Visibility doesn't work, how do i make it work
int the xaml code i have this:
0
votes
1 answer
C# password field returns empty on postback fixed but need to clear the field on button click
I have both password and confirmpassword in my webform which returned empty on postback(I've cascading DDLs. 2nd ddl will be enabled only if any value is selected in 1st ddl and both are required fields. i've set the autopostback property of 1st ddl…

9144821
- 1
0
votes
1 answer
Network error getting only on ANDROID M - All permissions fine. Using android:usesCleartextTraffic="true"
I am getting network error with Axios on all the APIs https:// too react-native 0.65. My app was working fine on all the devices before I updated it to 0.65. The previous version was 0.61.
Now only on Android M (6) I am getting a Network error.
My…

Harish Jangra
- 381
- 5
- 16
0
votes
0 answers
Tkinter - Combo box clear text
I am using Python 3.9. And I am trying to clear the selection from the combo box.
When I tried with .clear(), I am getting an error message,
AttributeError: 'Combobox' object has no attribute 'clear'.
Can anybody help me to correct the error on my…

Ramesh Kumar
- 11
- 1
- 6
0
votes
1 answer
Android - Use retrofit2 to request dynamic IP address
Using Retrofit2 to perform network requests, and now trying to call a service which is in a configurable IP dress, but I get CLEARTEXT communication to **IP_ADDRESS*** not permitted by network security policy.
I have read in forums that we can add…

Bugdr0id
- 2,962
- 6
- 35
- 59
0
votes
1 answer
ERR_CLEARTEXT_NOT_PERMITTED on Android 9, with domain cleartext permitted
On an Android 10 device, I get an ERR_CLEARTEXT_NOT_PERMITTED error in webview on my http server, but only on some pages, and even though I am using network_security_config to allow the domain. I am only able to work around the error by opening up…

LaserCat
- 150
- 1
- 17
0
votes
1 answer
How to write library to decrypt something without write secret key in clear text?
I'm using an utils library to encrypt/decrypt data simply by calling methods with folowing signature:
String encrypt(String clearText, String secretKey)
String decrypt(String encryptedText, String secretKey)
Both encrypt/decrypt methods use the…

Armando Contestabile
- 147
- 1
- 10
0
votes
1 answer
CLEARTEXT communication - Android
Facing this Cleartext problem with my android project.
I have almost used all stackoverflow answers, various blogs etc, but android is not allowing me to connect to server.
This is a very small app, will be used by 20+ ppl to upload some data on…

Ali Jibran
- 343
- 6
- 15
0
votes
1 answer
android 9 file upload (MultipartUploadRequest) error
My project was targeting SDK27 and was working fine and heavily tested. Since google play want to target SDK28, I changed target to SDK28.
After this I started having issue connecting to server in (only) android 9. This turned out to be…

Justin
- 63
- 6
0
votes
0 answers
Angular NativeScript PlayGround Android Permissions: android:usesCleartextTraffic="true"
I developed alot in angular and decided that I would like to try develop a application using NativeScript.
Im using tns preview to scan QR code of application with the playground application on my OnePlus 6t using OxygenOS 10.3.1. The phone is…

Herman Jansson
- 164
- 1
- 8
0
votes
0 answers
URL is not loading in webview android
I am developing an android app for my website and in the webview i need to load (https://dl.flipkart.com/dl/flipstart-days-store?affid=admingopai&affExtParam2=75&affExtParam1=10317EE844E611E&1580556780117=1) url. but it doesn't load it is showing a…

Syed Abdullah Hashmi
- 55
- 5
0
votes
1 answer
How I can change my clearText default click event to a keypress event in fabric.js?
I am following the below js fiddle. I am perfectly running it.
https://jsfiddle.net/Jonah/sbtoukan/1/
But in the above link the text is cleared when I click on the text. I want to clear the text only when I press the delete key. I tried several…

hirazzz
- 49
- 2
- 8
0
votes
1 answer
I want to clear the text input by providing a clear button. While iOS has support for this, I did not find any solution for android
I am totally new to React Native. I have a textinput area, I want users to clear the text they have entered completely by clicking on a button. React native provides clearButtonMode, but that is only for iOS. Looking for a solution on android…

Rak1994
- 65
- 2
- 11