Sorry for the last incomplete mail.

1.       We've published it and there are API documentation, sample code and 
sample project for how to use embedding API. See below link:
https://crosswalk-project.org/#documentation/apis/embedding_api

2.       Here is how to import embedding API as an Android library project and 
some details:

https://crosswalk-project.org/#wiki/How-to-use-Crosswalk-Embedding-API-on-Android

3.       We've a design doc for the embedding API. Welcome to post new 
requirements and comments there:

https://docs.google.com/document/d/15J--k92QrYvlDWRULZf8JgD6awAcwvO98ezkBoR55pY

4.       If any issues, will you please help report them here:  
https://crosswalk-project.org/jira/

5.       About 'loadUrl()', it's the similar to load() except the parameters.  
It's changed not only for url but also for local resources.

6.       About loading local files, if they're in sdcard, I believe you may add 
the permission in your AndroidManifest.xml: 
android.permission.READ_EXTERNAL_STORAGE

Thanks a lot.

Yongsheng

From: Zhu, Yongsheng
Sent: Tuesday, May 13, 2014 9:28 AM
To: 'Xavier Gibert'; [email protected]
Subject: RE: [Crosswalk-dev] loadUrl() in Xwalk6

Hi,

https://crosswalk-project.org/#documentation/apis/embedding_api

https://github.com/kurli/crosswalk-website/wiki/How-to-use-Crosswalk-Embedded-API-on-Android

thanks for trying Crosswalk.



Yongsheng

From: Crosswalk-dev [mailto:[email protected]] 
On Behalf Of Xavier Gibert
Sent: Monday, May 12, 2014 6:37 PM
To: 
[email protected]<mailto:[email protected]>
Subject: [Crosswalk-dev] loadUrl() in Xwalk6

Hello,

I was using an older version of the xwalk-core-library, today I saw the new 
beta version 6.35.131.4 and I wanted to upgrade to it.

Some problems appeared when establishing the client and chromeclient (names or 
location of classes changed). I would like to have an example with this new 
syntaxis or to know where is the corresponding documentation please.

The other biggest problem that I have is that the method loadUrl() appears as 
undefined for XWalkView. If I use the method load(url,content) I need to add a 
new permission (ACCESS_NETWORK_STATUS) and actually it doesn't work properly 
when loading local files (It does not show the page until it is resized or 
something like that). Is there any reason why loadUrl has disapeared?

I saw some posts talking about extending DroidGap class but I'm not sure that 
this applies here since it was working before without extending it.

I am using the XWalkView inside a Fragment.

Regards.
--
_______________________________________________
Crosswalk-dev mailing list
[email protected]
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-dev

Reply via email to