C
C
constructor72017-06-24 23:18:57
Apache Cordova
constructor7, 2017-06-24 23:18:57

How to solve encoding problem in apache cordova?

I do cordova create MyApp com.app.myapp MyApp cd MyApp. cordova platform add android
Change in index file via nodepad++

<body>
        <div class="app">
            <h1>Апач Кордова</h1>
            <div id="deviceready" class="blink">
                <p class="event listening">Соединение с девайсом</p>
                <p class="event received">Девай загружен</p>
            </div>
        </div>
        <script type="text/javascript" src="cordova.js"></script>
        <script type="text/javascript" src="js/index.js"></script>
    </body>

In the output I get mVVLH.png
Help to solve the problem

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Maltsev, 2017-07-11
@mrhard

Read the basics of html!
metacharset

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question