Merott / nativescript-pdf-view

A basic PDF viewer plugin for NativeScript. Now maintained by @madmas: github.com/madmas/nativescript-pdf-view
Other
32 stars 35 forks source link

nativescript 3.0.0 support? #18

Closed mshanak closed 7 years ago

mshanak commented 7 years ago

is there a way to make this plugin works with nativescript 3.0.0?

when i run the application, it show the following error


An uncaught Exception occurred on "main" thread.
java.lang.RuntimeException: Unable to create application com.tns.NativeScriptApplication: com.tns.NativeScriptException: 

Error calling module function 

Error calling module function 

Error calling module function 

Error calling module function 

Error calling module function 

Error calling module function 

Error: com.tns.NativeScriptException: Failed to find module: "ui/core/proxy", relative to: app/tns_modules/
    com.tns.Module.resolvePathHelper(Module.java:146)
    com.tns.Module.resolvePath(Module.java:55)
    com.tns.Runtime.runModule(Native Method)
    com.tns.Runtime.runModule(Runtime.java:504)
    com.tns.Runtime.run(Runtime.java:499)
    com.tns.NativeScriptApplication.onCreate(NativeScriptApplication.java:17)
    android.app.Instrumentation.callApplicationOnCreate(Instrumentation.java:1013)
    android.app.ActivityThread.handleBindApplication(ActivityThread.java:4707)
    android.app.ActivityThread.-wrap1(ActivityThread.java)
    android.app.
davecoffin commented 7 years ago

Yes please, we need 3.0 support.

Merott commented 7 years ago

I'll update the plugin over the weekend. I know that an update is long overdue.

pursuitofepic commented 7 years ago

+1 on this for me too. I just updated to 3.0 and really need this working again. :)

Merott commented 7 years ago

Work is in progress on the v2 branch. I'm aiming to complete it by Friday.

Merott commented 7 years ago

Just released version 2 with NativeScript 3 support.

mshanak commented 7 years ago

thank you, i will try it now and give you feedback 👍