You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Nithin (JIRA)" <ji...@apache.org> on 2016/03/11 16:48:41 UTC

[jira] [Created] (CB-10852) Android Webview loadUrl length?

Nithin created CB-10852:
---------------------------

             Summary: Android Webview loadUrl length?
                 Key: CB-10852
                 URL: https://issues.apache.org/jira/browse/CB-10852
             Project: Apache Cordova
          Issue Type: Bug
          Components: Android
         Environment: Using Android Cordova with Sencha touch framework.
            Reporter: Nithin
            Priority: Critical


Hi Folks,

 If url length is 57751 the data is loaded, but if url length is 177263 the data is not loaded.

Basically i am trying to pass the huge data from java to JS/HTML(JSON) level using loadUrl.
http://developer.android.com/reference/android/webkit/WebView.html#loadUrl(java.lang.String)

Is there any upper cap limit for URL?( Integer.MAX_VALUE, which is 2^31 - 1 (or approximately 2 billion.So you can have a String of 2,147,483,647 characters)?
Do i need to spilt the data and send or any other way to send huge data to 
JS/HTML?

Thanks
Nithin 





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org