Software Archive
Read-only legacy content
17061 Discussions

can not open https links

ramin_b_
Beginner
3,250 Views

i use this code in index.html

<p><a href="https://www.facebook.com/">bmi</a></p>

this link show on emulate but dont show when i build my app

please help me add https link

 

0 Kudos
24 Replies
ramin_b_
Beginner
727 Views

<!DOCTYPE html>
<html>
<!--
  * Please see the included README.md file for license terms and conditions.
  -->
<head>
   
    <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>           <!-- for your event code, see README and file comments for details -->
    <script src="js/init-app.js"></script>      <!-- for your init code, see README and file comments for details -->
    <script src="xdk/init-dev.js"></script>     <!-- normalizes device and document ready events, see file for details -->
           <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
        <script>
            ;(function($){
                $(document).ready(function(){
                    $('iframe').height( $(window).height() );
                    $(window).resize(function(){
                        $('iframe').height( $(this).height() );
                    });
                });
            })(jQuery);
        </script>

 


</head>


<body>
   <iframe   width="100%" src="https://www.bmi.ir" scrolling="yes" frameborder="0" height="100%">
</iframe>

</body>
</html>

 

0 Kudos
ramin_b_
Beginner
727 Views
Please solve my problem
0 Kudos
ramin_b_
Beginner
727 Views
If you there answer to me please
0 Kudos
Paschalis_P_
Beginner
727 Views

I have also the same problem. Any solution?

0 Kudos
Reply