crosswalk-project / crosswalk

A web runtime built on Chrome. This project is currently unmaintained.
https://crosswalk-project.org/blog/crosswalk-final-release.html
BSD 3-Clause "New" or "Revised" License
2.32k stars 651 forks source link

Touch the input tag for a long time will cause a crash #4007

Open ZhangPeibin opened 6 years ago

ZhangPeibin commented 6 years ago

Hi,I switch android.webview to crosswalk . but I met a problem .....I can't fix it ! My html like this ! \

when I touch the input tag for a long time , it will cause a crash ! or when I use xwalkview to load a text html and long touch ,it will cause a crash too !

the only error log is : 08-11 16:35:04.168 14817-14817/com.shendeng.note E/chromium: [ERROR:xwalk_platform_notification_service.cc(142)] Not implemented reached in virtual bool xwalk::XWalkPlatformNotificationService::GetDisplayedPersistentNotifications(content::BrowserContext*, std::__1::set<std::__1::basic_string<char, std::__1::char_traits<char>, std::__1::allocator<char> > >*) 08-11 16:35:04.180 14817-14817/com.shendeng.note E/chromium: [ERROR:xwalk_browser_context.cc(80)] Failed to read preference, error num: 0 the crosswalk version : 19.49.514.5 the phone model : xiao mi 5 the cpu model : armeabi-v7a

Sorry for my poor English !

ZhangPeibin commented 6 years ago

I tested 23.53.589.4 version. It seems like fix it ! Can 23.53.589.4 support Android 4.0? I saw the project set the min sdk = 16 ! but my app must be adapted android 4.0 !

ZhangPeibin commented 6 years ago

Does anyone have to answer?