- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi dear
please tell me how can use from this plug in
http://plugins.cordova.io/#/package/de.martinreinhardt.cordova.plugins.certificates
for my untrusted site
i add all permissions problem is ssl certificate
my code is this :
<!DOCTYPE html>
<html>
<!--
* Please see the included README.md file for license terms and conditions.
-->
<head>
<title>test</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<style type="text/css">
html, body {
overflow: hidden;
}
</style>
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=no">
<script src="cordova.js" id="xdkJScordova_"></script>
<script src="js/app.js"></script>
<script src="js/init-app.js"></script>
<script src="xdk/init-dev.js"></
</head>
<body>
<meta HTTP-EQUIV="REFRESH" content="0; url=https://www.bmi.ir/">
</body>
</html>
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Sorry, not familiar with that plugin. You'll find the documentation for it here: https://github.com/hypery2k/cordova-certificate-plugin. Also, it has been added to the new Cordova registry, so if you have upgrade to 2496 you can add it to your project by specifying "registry" in the third-party plugin manager tool and reference it by name as cordova-plugin-certificates
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi
i add cordova-plugin-certificates in project but don't load bank or https (ex: https://www.bmi.ir/ ) in phone but load in tablet please help me?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I don't fully understand your question, but I think the problem you are experiencing is due to lack of whitelist entries in your project settings. Please see the "Whitelist" section of the Build Settings on the Projects tab. It points to this doc page: https://software.intel.com/en-us/xdk/docs/using-cordova-whitelist-rules-with-intel-xdk
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi
thanks
1. i create new page and insert ifream
2. in ifream src="https://www.bmi.ir "
3. add cordova-plugin-certificates
4. add Whitelist external https://www.bmi.ir
then run in "app preview" but don't show link and only blank page "white color"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Don't use an iframe, use the inAppBrowser plugin.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page