Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.7k views
in Technique[技术] by (71.8m points)

cordova - Error -Ionic InAppBrowser on iOS Loading White Blank Screen

I am getting the white blank screen in ios cordova application after injecting inAppBrowser dependency in one of the components.

I couldnt resolve the issue. Kindly help

question from:https://stackoverflow.com/questions/65842293/error-ionic-inappbrowser-on-ios-loading-white-blank-screen

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Instead of injecting InAppbrowser in constructor, use cordova.InAppBrowser.open in ur calling method.

This solves the problem.

Please find the url for the same, https://forum.ionicframework.com/t/how-to-open-link-externally/83880/20


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...