Hello skrawn
I am working on integrating MadCap flare help into an ionic-cordova project for 
both Android and Windows.  I have the same issues.  

Do you have a resolution?

Here is what I found so far:
Android:
target=_blank
url=help/Default.htm
Default.htm does not work, shows a bank page.  The page doesn't redirect to 
Contents/Home.htm.  If you open Contents/Home.htm directly then the help page 
is displayed but menu from hamburger menu don't navigate.  This is some path 
issue, but I have not found the solution yet.  
I am able to get the help page to display and navigate using iframe in a 
webview.  It's a solution but I would like to use inappbrowser for both 
platforms.

Windows:
target=_blank
url=help/Default.htm
Default.htm and Contents/Home.htm open the help page and hamburger menu links 
work.  The issue is in MadCap flare.  You will need to unminify MadCapAll.js to 
make the mods.  If you have MadCap software your modifying Xhr.prototype.Load 
function in MadCapXhr.js to evaluate document.location.prototype values equal 
to ms-appx: and ms-appx- web:.
prototype == 'ms-appx:' || prototype == 'ms- appx-web:'

Hope this helps.



[ Full content available at: 
https://github.com/apache/cordova-plugin-inappbrowser/issues/285 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to