purplecabbage / phonegap-plugins

Plugins for use with PhoneGap.
972 stars 3.82k forks source link

Childbrowser setup instructions #43

Open joehinder opened 12 years ago

joehinder commented 12 years ago

Looks like the Readme.txt no longer contains the installation instructions for the Childbrowser plugin. Think you all can put them back in?

brunomikoski commented 12 years ago

Yeah, I tried everything i could to install Childbrowser on WP7 without success, if anyone know what I can do I'll be very thankfull

whirlwin commented 12 years ago

Yes. Instructions would be awesome!

vaibhavbparikh commented 12 years ago

for WP7 ,am not able to install Childbrowser plug in, i tried every thing but no success...!!

if any one implemented and can help or author him self can provide readme then it would be great help .

whirlwin commented 12 years ago

After a few tries got it up and running. Here is my repository. I have made changes to the native C# file, the cordova.js file and the childbrowser.js file.

vaibhavbparikh commented 12 years ago

thanks mate ...it would be grate help for all folks

ciaran036 commented 11 years ago

I made a call like this in JavaScript: ChildBrowser.prototype.showWebPage(result, false);

But I've been getting the error: "Error in error callback: ChildBrowserCommand594398001 = SyntaxError: Invalid character".

The URL I've been entering is http://www.google.com

The child browser doesn't initiate.

By the way, as for actually integrating the plugin into your project, I think all you have to do is to copy the ChildBrowserCommand.cs to your Plugins folder, and then copy the ChildBrowser.js to the www folder.