Posts by pedroigp • 126 points
3 posts
-
1
votes2
answers2784
viewsA: How to get the return (value) of a Promise in Javascript / Typescript?
Try this way: ... localforage.getItem(key).then((value) => { ...
-
0
votes5
answers1534
viewsA: Ionic 2 - Status Bar
http://ionicframework.com/docs/v2/native/Status%20Bar/ The documentation makes the following observation: Set the status bar to a specific Hex color (CSS shorthand supported!). iOS note: you must…
-
0
votes1
answer700
viewsA: Use Ionic 2 for Windows Phone/Windows Universal apps?
There is a simple way to develop applications with Ionic and ionic2. P.S.: Cordova needs to be installed, to install on Linux: sudo apt-add-repository ppa:cordova-ubuntu/ppa sudo apt-get update sudo…