-
Monacaでのビルド時に以下のエラーで失敗してしまいます。
プラグインのバージョンはmultiple_mapブランチの最新です。
こちら原因等お分かりでしょうか?
また以下のエラーログ内に「Line:0、Column:113」とありますが、どのファイルのことを指しているのか分かりますでしょうか?
```
$ /data/build-server/cordova/6.2.0/bi…
-
#1565 で修正していただいたバージョンで検証を行ったところ、
iOS 端末では getTile: function(x, y, zoom)で設定する x, y に不正な値が指定されることを確認しています。
なお、Android 端末では正常な動作を確認しています。
ソースコードは以下になります。
プロジェクトは #1565 で共有したリポジトリ、 [map_sample](htt…
-
I was giving it a try from onsen.io:
`sudo npm install -g monaca`
but:
```
npm WARN deprecated npmconf@2.1.2: this package has been reintegrated into npm and is now out of date with respect …
-
Steps to repro:
1. monaca create test
2. choose "Onsen UI and Vue.js"
3. choose any of the templates
4. cd test
5. monaca preview (or any of the commands)
Expected:
See a preview of the a…
-
`import 'buefy/lib/css/buefy.css'` does not work because it seems there's no buefy.css
![screenshot 2017-04-10 14 36 20](https://cloud.githubusercontent.com/assets/287330/24846171/c8e34e12-1dfb-11e…
-
@andipavllo @frankdiox
Reported by @anatoo.
Since 1.0.0-rc2, `angular2-onsenui` requires TypeScript 2.x but current monaca-lib is using TypeScript 1.8.10 as a build dependency.
So `monaca-lib` n…
-
When I create a monaca app from the cli and run `monaca preview` I get `cannot find module http-server`. Running node 4.4.7, monaca 2.0.5.
Here's my full trace:
```
[ryan-sandbox]monaca create Monac…
-
Now I'm developing Android / iOS app with cordova-plugin-googlemaps v2.0, and Onsen UI.
When calling map.addTileOverlay, iOS app always crash. (As for Android, seems no problem)
here is my code
…
-
## 不具合の概要(Description of bug)
- SDKのバージョン(SDK version)
2.1.2
- 不具合が発生した環境(Environment requirement)
iPhone6Plus (iOS:10.0.1)
- 不具合を再現させる手順・サンプルコード(Step for Reproduce bug / Sample code)
```
var ncm…
-
Please create and complete the test spec for monaca-lib.
There are many features that are added after our last change to the test spec.
Can you please add new tests and complete all test cases?