maxborgatti
maxborgatti
is it possible to implement a solution like this with phonegap? https://community.estimote.com/hc/en-us/articles/203253193-Launching-notifications-in-iOS-when-the-app-is-killed
no we're still looking for 2014-12-03 12:19 GMT+01:00 Antonello Pasella [email protected]: > @maxborgatti https://github.com/maxborgatti have you found any solution? > > — > Reply to this email directly or view...
:) 2014-12-03 12:36 GMT+01:00 Antonello Pasella [email protected]: > I'll try https://github.com/maximulus/PhonegapiBeaconTestApp > > I'll keep updated :D > > 2014-12-03 12:35 GMT+01:00 maxborgatti [email protected]: > > > no we're still...
seems that this file generates the issue: this file : platforms/android/src/plugin/google/maps/MyPluginLayout.java in particular, commenting line 200: `//frontLayer.addView(browserView);` and adding in line 221 (below `root.addView(this);`) this code: `root.addView(browserView);` fixes i'm opening...