prashant18-code commented on pull request #756:
URL:
https://github.com/apache/cordova-plugin-inappbrowser/pull/756#issuecomment-833367394
@hamzasharuf could you please help with how to include x, y, width and
height values in "option" string ? It doesn't seem to be working for me with
the way i include these value as below : -
const browser = this.iab.create("https://www.google.com/", "_blank",
"location=yes, x=0, y=200,width=430,height=650,toolbar=no");
I also tried by adding insertCSS() method like below but that doesn't work
either
browser.on('loadstop').subscribe(event => {
browser.insertCSS({code : "html{margin-top:40px;}"});
});
Dear Author - Basically, I would like to know whether I can resize the
in-app browser in such a way that some part of my app-screen(e.g.
header/footer) must stay as it is and in-app browser should just open in the
app screen itself. -- is this possible ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]