I'm trying to make an app to access my website using this cool Android handheld device with a barcode scanner. Unfortunately it's a very old device and only has Android 4.3 Jelly Bean, so TLS 1.2 is disabled by default. It's supposedly possible to enable it, it just literally isn't turned on unless you turn it on manually.
Is there an AI extension to FORCE TLS 1.2 for older devices so that WebView and Web components can access HTTPS sites?
             
            
              
            
                
           
          
            
            
              You might be able to do it by replacing the standard WebView with the Custom Extension:
  
  
    here 
 
 
             
            
              
            
                
           
          
            
            
              Actually CustomWebView extension requires Android Lollipop.
             
            
              
            
                
                
           
          
            
            
              Thank you for your response, but vknow360 is correct; this would require the OS to be Android Lolipop or higher unfortunately 
             
            
              
            
                
           
          
            
            
              This is what you are looking for:
             
            
              
            
                
           
          
            
            
              Let's see if an Extension developer will rise to the challenge:
It's not as simple as wrapping that code, it needs I think a similar approach to vknow360's custom WebView to get it to work in App Inventor.
If nobody wants to try, it might be easier for you to build your App in a text-based language such as Java, Kotlin or B4A.
  
  
    
  B4A includes all the features needed to quickly develop any type of Android app. B4A is used by tens of thousands of developers from all over the world, including companies such as NASA, HP, IBM and others.