Clem Blanco
Clem Blanco
+1 experienced the exact same problem as trembly is explaining. Please accept his PR.
``` $ node -v v4.6.0 $ npm -v 2.15.9 $ appc ti config -a paths.hooks Appcelerator Command-Line Interface, version 6.1.0 Copyright (c) 2014-2017, Appcelerator, Inc. All Rights Reserved. /Applications/Appcelerator Studio/plugins/com.appcelerator.titanium.liveview.core_1.1.0.1476939755/node_modules/liveview/hook...
yes On 8 September 2017 at 20:10, Juan Carlos Salinas Ojeda < [email protected]> wrote: > yeap > > — > You are receiving this because you were mentioned. > Reply...
I don't think so. I believe you can only double check if a webview is loading or not. :(
Ok forget it, I simply clear the build folder and now it's displaying it. Also I used the ttf instead of the otf. Not sure if this is meaningful. However...
Ok just figured out. I think that it would be better to have the actual font file (.ttf or .otf) and [the styles attached to the specific type of Widget](https://github.com/jaraen/Ti.UX.Templates/blob/master/app/themes/default/styles/app.tss#L356)...
Having the same issue with Docker. Relative paths won't work. PHPStorm needs absolute on the host's file system.
@aaronksaunders never replied... -_- but I remember making a fork of it here https://github.com/Claymm/Appcelerator-Cloud-Services-Sync-Adapter. You can double check my commits there and see if you can use anything interesting from...
I confirm, the symlink does the trick. Not sure exactly why tho...
Yeah you're right using Underscore.js awesomeness would be good: ```js CloudPush.singleCallback = _.has(androidOptions, "singleCallback") ? androidOptions.singleCallback : true; ``` or ```js _.defaults(androidOptions, { singleCallback: true }); ```