You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing ionic to my meteor app a blank modal dialog obstructed the view of my browser version of the app. I think some CSS conflicted. There's a really easy fix. In the package.js, change var where = 'client' to 'web.cordova' so the ionic files are only loaded on the cordova client.
The text was updated successfully, but these errors were encountered:
After installing ionic to my meteor app a blank modal dialog obstructed the view of my browser version of the app. I think some CSS conflicted. There's a really easy fix. In the package.js, change var where = 'client' to 'web.cordova' so the ionic files are only loaded on the cordova client.
The text was updated successfully, but these errors were encountered: