@gb Can you post your JS code?
Group Details Private
Onsen Samurai
Experienced users who actively help in the community.
Member List
-
RE: HTML5 Hybrid app, how to open location in user's default map app
-
RE: Newbie Question
@gb All products are in continuous development. The forums have died down significantly with the exit of their community relations manager. The discord is more active, but still its community driven. Regardless, Onsen is open source so you will always have the product. Asial, the parent company, is very much alive.
-
Cloud IDE - Disable Docking
Is there anyway or can it be added to disable the file docking? Currently, if I double-click by accident on the tab with the file I am working on, it switches doc position which drives me nuts. I would love if I could toggle this off in the workspace configuration page.
-
RE: How to change the color of the badge in ons-tab?
@matthewk5 Just use:
.tabbar__badge.notification { background-color: blue; }
-
Camera cannot be authorized
So, I am working on a new app that uses the camera for real-time video OCR. Anyway, the app works great in the Monaca debugger. When I then do a debug or release build, the camera will not work. Upon initial load, the app prompts to allow camera but the permission response is permanently denied even after hitting allow. I have tried the Android permissions plugin, diagnostics plugin, and the custom config plugin, but neither can get around this. I remember we encountered this once before, but I cannot remember the solution. Does anyone have an idea?