- Posts: 8
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Development and suggestions about third part tool integration.
Cordova, Xamarin, Basic4Android topics are listed here.
Cordova, Xamarin, Basic4Android topics are listed here.
Cordova plugin
IP: 192.168.0.71
8 years 1 month ago - 8 years 1 month ago #13459
by Niklas
Cordova plugin was created by Niklas
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.
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.
Last edit: 8 years 1 month ago by support.
IP: 192.168.0.71
8 years 1 month ago #13463
by nermeen
Replied by nermeen on topic Cordova plugin
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
Make sure to add:
allprojects {
repositories {
jcenter()
google()
}
}
to build-extras.gradle
IP: 192.168.0.71
8 years 1 month ago #13464
by Niklas
Replied by Niklas on topic Cordova plugin
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
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
IP: 192.168.0.71
8 years 1 month ago #13465
by nermeen
Replied by nermeen on topic Cordova plugin
Yes, it can be achieved by modifying the java/Objective-c source code already included with the plugin.
For Android you can use PDFLayoutView
For Android you can use PDFLayoutView
IP: 192.168.0.71
8 years 3 weeks ago #13474
by Niklas
Replied by Niklas on topic Cordova plugin
Ok!
For IOS then ??
/Niklas
For IOS then ??
/Niklas
IP: 192.168.0.71
8 years 3 weeks ago #13475
by emanuele
Replied by emanuele on topic Cordova plugin
Hi,
for iOS you can use PDFView class.
for iOS you can use PDFView class.
Time to create page: 0.448 seconds