-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
android inappbrowser is not opening #10
Comments
what cordova and android version are you using? |
cordova 5.3.3 and android api 22 |
my logcat error actually this 10-20 13:54:42.979 5695-5695/? D/dalvikvm: Late-enabling CheckJNI |
i cannot see any issue from my plugin. It's just cordova core errors in the log data. Did you tried without the plugin? |
were i have to add this code |
after the deviceReady but before you're window.open |
now its coming web page not available in browser am not getting any idea please help me out for this issue |
send me your project via mail. I can take a look at it |
could you send me your mail id On Fri, Oct 23, 2015 at 8:29 PM, Martin Reinhardt [email protected]
|
You find it in my Profile https://github.com/hypery2k |
Hi On Thu, Oct 29, 2015 at 6:17 PM, Martin Reinhardt [email protected]
|
I've received you're mail, but you need to confirm the GoogleDrive invitation you sent to me |
@hypery2k I'm impressed by your patience :) |
you have to edit InAppBrower.java file in the inappbrowser plugin, see https://github.com/apache/cordova-plugin-inappbrowser/blob/master/src/android/InAppBrowser.java#L851 Add this code:
to the InAppBrower.java file from the plugin. Do overcome this completly I have to also include the inappbrowser within this plugin to get this working Hope this helps! |
Thanks for your patience and i have done it already its working you could On Wed, Nov 11, 2015 at 6:59 PM, Martin Reinhardt [email protected]
|
Hello @hypery2k how to enable this code on device ready function? |
I could not able to display the self signed url from inappbrowser
function onDeviceReady(){
ref = window.open('test url /self signed, '_blank', ); }
getting the below error
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: