Github user rodms10 commented on a diff in the pull request:
https://github.com/apache/cordova-plugin-inappbrowser/pull/47#discussion_r13399892
--- Diff: doc/index.md ---
@@ -99,6 +100,39 @@ instance, or the system browser.
var ref = window.open('http://apache.org', '_blank', 'location=yes');
var ref2 =
window.open(encodeURI('http://ja.m.wikipedia.org/wiki/ãã³ã°ã«'), '_blank',
'location=yes');
+### Firefox OS Quirks
+
+As plugin doesn't enforce any design there is a need to add some CSS rules
if
+opened with `target` `'_blank'`. The rules might look like these
--- End diff --
nit: `target` and `_blank` could be in a single block like:
`target='_blank' `
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---