Re: [Crosswalk-dev] load special website invoke system browser

2016-12-30 Thread tomorrow chen
Yeah. There's https://crosswalk-project.org/jira/browse/XWALK-7431 2016-12-30 16:30 GMT+08:00 tomorrow chen <tomorrow@gmail.com>: > The root cause is the url contains "|". > The webview works well. > Yet XWalkView doesn't handle well and invoke system webview. >

[Crosswalk-dev] load special website invoke system browser

2016-12-29 Thread tomorrow chen
Hi ALL VERSION: android crosswalk-22 url:https://m.ly.com?refid=36090387=22495|1|36090387|e46d67 I override shouldOverrideUrl and return false. It invoke the system browser. The expected behaviour is the page was loaded correctly. Is it an known issue? Anyone has idea about it?

[Crosswalk-dev] Intent to Implement

2016-11-28 Thread tomorrow chen
Description: There's an crash issue when XWalk co-exist with android system webview in one application. The root cause is xwalk_core_library load wrong icudtl.dat which android system webview put in assets folder. The solution is remove the incorrect codes which check and load from

[Crosswalk-dev] about "Support Crosswalk and Android System WebView in the same application"

2016-11-23 Thread tomorrow chen
Hi ALL Is there any update on "https://crosswalk-project.org/jira/browse/XWALK-7004 ". Android System WebView and CrossWalk co-existence is a common use. Take for example, you introduce an third-party SDK, call sdkinit. Then the sdkinit call CookieManager::getInstance or

[Crosswalk-dev] kXWalkDisableExtensions doesn't work in crosswalk22

2016-11-17 Thread tomorrow chen
Hi ALL I tried to disable extension by command line "kXWalkDisableExtensions", but it'll cause crash in crosswalk22. Should it be co-worked with other command line? If anybody want to try ,just add following snippet to XWalkBrowserMainPartsAndroid::PreMainMessageLoopStart

Re: [Crosswalk-dev] Is there Geolocation Permission Manager/Client in CrossWalk

2016-11-16 Thread tomorrow chen
I use the embed mode of crosswalk22 2016-11-16 16:53 GMT+08:00 tomorrow chen <tomorrow@gmail.com>: > Hi All > How to implement function like onGeolocationsShowPrompt in WebView? Or how > to control Geolocation permissions request in crosswalk? > > Sorry for interru

[Crosswalk-dev] Is there Geolocation Permission Manager/Client in CrossWalk

2016-11-16 Thread tomorrow chen
Hi All How to implement function like onGeolocationsShowPrompt in WebView? Or how to control Geolocation permissions request in crosswalk? Sorry for interrupt, but I did not got answer in crosswalk-help ___ Crosswalk-dev mailing list

[Crosswalk-dev] why deny ERR_CERT_AUTHORITY_INVALID SSL error

2016-11-15 Thread tomorrow chen
Hi All I'm using crosswalk22. I found the ssl error ERR_CERT_AUTHORITY_INVALID will be denied by XWalkContentsBridge and will not reach XWalkResourceClient:: onReceivedSslError. I read https://github.com/crosswalk-project/chromium-crosswalk/blob/master/content/browser/ssl/ssl_policy.cc#L61 ,but