How to implement webviewer in Android & iOS?

Hi Team

We are trying to implement WebViewer in Android & iOS but we are not able to achieve this. We are following the steps according to below given URL.

Link - Apryse Documentation | Documentation

Could you please help us to implement WebViewer in Android n iOS ?

Thanks-
Pawan

1 Like

Hi Apryse team
Is anybody looking for this case?

1 Like

Hi @pawan.verma,

I’m curious why you want to get WebViewer working on mobile devices when we offer native SDKs for both iOS and Android devices? Have a look at our Android and iOS guides to help you get started.

Let us know how this works for you.

Adam

1 Like

Hi @asinclair
This is due to the budget constraints we have on our end. Native SDKs are good but are charged for license. Hence we are exploring our options of using webviwer in our apps.

1 Like

Hi @asinclair

Gentle Reminder.
Can you please help us to resolve this issue?

1 Like

Hi @pawan.verma,

If the official mobile SDKs are not within your budget then we have a few other options to using WebViewer SDK on mobile devices:

  1. Android WebViews and iOS WKWebViews are a good start for displaying web content on your mobile apps.

  2. Apache Cordova is an alternative where you can build mobile apps using web technologies. Have a look at our GitHub sample (GitHub - PDFTron/webviewer-cordova-sample: A sample WebViewer app in Cordova/Ionic.) for an example implementation.

  3. Progressive Web Apps are also a potential solution that don’t require any app installs.

Let us know how this works for you!
Adam

1 Like