java - Android Crosswalk allow multiple windows bug(?) -


i'm developing app crosswalk , tinypass authorization in webview. but, when turned multi-window mode on - executing:

xwalkpreferences.setvalue(xwalkpreferences.support_multiple_windows, true); 

i not able open login window. log messages:

e/chromium﹕ [error:gpu_channel_host.cc(175)] gpuchannelhost::createviewcommandbuffer failed. e/chromium﹕ [error:webgraphicscontext3d_command_buffer_impl.cc(226)] failed initialize command buffer. 

but when turned off mutli-window mode, dialog opened, bug: when finished registration , saw "you have access item" button, after click, activity crosswalk closed, because button executed "self.close()" javascript command. multiple windows must ok, because closes current window, if window one, closes activity. maybe found workaround?


Comments

Popular posts from this blog

dns - How To Use Custom Nameserver On Free Cloudflare? -

python - Pygame screen.blit not working -

c# - Web API response xml language -