good afternoon,
I have a problem with the file input in my website, not show dialog, I had read
several text but not have the solution, I am using the last embedded core.
public class MainActivity extends AppCompatActivity {
private XWalkView mXWalkView;
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
XWalkView xWalkWebView = (XWalkView) findViewById(R.id.xwalkWebView);
xWalkWebView.load("", null);
mXWalkView.setUIClient(new XWalkUIClient(mXWalkView) {
@Override
public void openFileChooser(XWalkView view, final ValueCallback
uploadFile, String
acceptType, String capture) {
uploadFile.onReceiveValue(null);
}
});
}
}
_______________________________________________
Crosswalk-help mailing list
[email protected]
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help