javacef icon indicating copy to clipboard operation
javacef copied to clipboard

Running SampleBrowserAWT opens the window but window is not responding

Open anukriti-chawla opened this issue 7 years ago • 1 comments

I ran SampleBrowserAWT.java , it is opening a window but the window thus opened is not allowing to click on any button or interact with the browser. I then created a simple test.java in which directly i am opening chrome browser: public static void main(String args[]) {

	ChromeWindow.Start();
	ChromeWindow.loadUrl("http://www.google.com");
}

But the window opening with this is also not coming in front of desktop. It is just visible in the toolbar.

anukriti-chawla avatar Jul 17 '17 07:07 anukriti-chawla

How did you build javacef.sln, on Release x64 ,Debug x64, Release x32,Debug x64 ?

ghost avatar Aug 29 '17 09:08 ghost