Im trying to use weviewextras, but when I want to initialize the webviewextra with the current view the webviewextras does not have an initialize function anymore.
I am trying to maintain the user session when logged into a mobisite to be able to download a file which requires you to login first.
Is there an alternative way to view a pdf without downloading the file.
In a normal browser the pdf is just displayed in the browser, without downloading it
Is there an alternative way to view a pdf without downloading the file.
In a normal browser the pdf is just displayed in the browser, without downloading it
I managed to get it working with the cookie manager, once the user logs in, I get the cookie assign to the session, and pass this as a header to the httpjob when downloading a file.