Tricks for local preview

Hi, I am really appreciating your framework for speed and coding simplicity, and me and a friend of mine are developing an app totally with fuse. I have a question for you… Once you introduce push notification, it may be obvious that you loose the use of local preview (it crashes probably because it needs a real device).Probably it’s not going to be the only functionality that needs a real phone. Did you think at a way to conditionally compile, basing on local/device preview, both in JS and UX ?

Thank you Max

Hi, the problem with Notifications and local preview is a bug, and I expect it to work in the next release. The built in triggers in UX for checking platform does not work with Notifications, and ux:Global, so to make this work you need to do more elaborate workaround.