mital / mcrux

Automatically exported from code.google.com/p/mcrux
0 stars 0 forks source link

Implement an example to use WebView Class in Custom Application. #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Implement an example to use WebView Class in Custom Application.
Create example similar to WebLauncher.

Original issue reported on code.google.com by mital.d....@gmail.com on 3 Dec 2008 at 5:33

GoogleCodeExporter commented 9 years ago
Check In No. 2.
Added code for MCruxExample which implements functionality similar to 
WebLauncher
Application of WebKit.

Original comment by mital.d....@gmail.com on 3 Dec 2008 at 5:36

GoogleCodeExporter commented 9 years ago
Found a bug
When we type any URL in Addressbar and press Enter. The page does not navigate 
to the
new URL.

Original comment by mital.d....@gmail.com on 3 Dec 2008 at 5:37

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
CheckIn:13
Fixing the Navigate URL problem. Adding the manifest and setting the output dir 
as
"$(WebKitOutputDir)\bin"
The binaries does not work when they are in different directory. I need to find 
out
what is the dependency in the "$(WebKitOutputDir)\bin" directory which is 
causing
this problem.

Original comment by mital.d....@gmail.com on 27 Dec 2008 at 10:32

GoogleCodeExporter commented 9 years ago

Original comment by mital.d....@gmail.com on 28 Dec 2008 at 3:13

GoogleCodeExporter commented 9 years ago
Completed successfully the Demo application using WebKit.

Original comment by mital.d....@gmail.com on 17 Jan 2009 at 5:56