Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Development and suggestions about third part tool integration.
Cordova, Xamarin, Basic4Android topics are listed here.
  • Page:
  • 1

TOPIC:

Cordova plugin 6 years 2 months ago #13459

  • Niklas
  • Niklas's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 8
  • Thank you received: 0
Hi!
Dario told mee to ask my technical questions here. I am very interested in your component and interested to buy it.

I got the following message when I try to compile my Cordova project, which has the Radaee-plugin installed.
Visual Studio is set to compile for Android "Device."

Could not resolve all dependencies for configuration ':_debugCompile'
Could not find com.android.support:support-v4:25.4.0

I have also tried to add other plugins and then everything works fine..
Best Regards,
//Niklas

NOTE from moderator: please, don't publish the same post more than once.
Our antispam filter catch contents from forum and ticket and if continuous access with repeated contents are published the submitting account shall be blocked.
Next two posts was restored from anti-spam filter, then just removed.

Please Log in or Create an account to join the conversation.

Last edit: by support.

Cordova plugin 6 years 2 months ago #13463

  • nermeen
  • nermeen's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Posts: 962
  • Thank you received: 87
Do you have this version of the support library installed? if not you need to install it or update it with the version you have.

Make sure to add:
allprojects {
repositories {
jcenter()
google()
}
}
to build-extras.gradle

Please Log in or Create an account to join the conversation.

Cordova plugin 6 years 2 months ago #13464

  • Niklas
  • Niklas's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 8
  • Thank you received: 0
Ok thanks!
My question now is:

I want to wrap the pdf inside my custom app user interface. Still, I want to see my own menu beside..
Is this possible to achieve ?
My first test indicates that the pdf is shown in a separate window and that is not my case.

Niklas

Please Log in or Create an account to join the conversation.

Cordova plugin 6 years 2 months ago #13465

  • nermeen
  • nermeen's Avatar
  • Offline
  • Platinum Member
  • Platinum Member
  • Posts: 962
  • Thank you received: 87
Yes, it can be achieved by modifying the java/Objective-c source code already included with the plugin.

For Android you can use PDFLayoutView

Please Log in or Create an account to join the conversation.

Cordova plugin 6 years 2 months ago #13474

  • Niklas
  • Niklas's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 8
  • Thank you received: 0
Ok!
For IOS then ??
/Niklas

Please Log in or Create an account to join the conversation.

Cordova plugin 6 years 2 months ago #13475

  • emanuele
  • emanuele's Avatar
  • Offline
  • User is blocked
  • User is blocked
  • Posts: 580
  • Thank you received: 67
Hi,

for iOS you can use PDFView class.

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Powered by Kunena Forum