Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Popup on WP8.1 #32

Open
JochenTester opened this issue Dec 9, 2015 · 2 comments
Open

No Popup on WP8.1 #32

JochenTester opened this issue Dec 9, 2015 · 2 comments

Comments

@JochenTester
Copy link

Cordova - WP8.1 (Visual Studio 2015),
I debugged several hours, but i cant find the solution... please help...

VS Settings: Debug - Windows Phone (Universal) - Emulator8.1

What could i find out:

  • after deviceReady
  • window.plugins.actionsheet.show - is called
  • ActionSheetProxy.js -> ActionSheet.prototype.show - is called to
  • But i cant see any PopUp (on WP8.1 - but Android works very well)

To validate, I started with a new super stupid Project, add your pluging and add following:

  • Microsoft.WinJS.1.0/css/ui-dark.css
  • Microsoft.WinJS.1.0/js/base.js
  • Microsoft.WinJS.1.0/js/ui.js

function testPopup()
{
var options =
{
'androidTheme': window.plugins.actionsheet.ANDROID_THEMES.THEME_HOLO_LIGHT, // default is THEME_TRADITIONAL
'title': 'Please help?,
'buttonLabels': ['hm', 'no popup'],
'androidEnableCancelButton': true,
'winphoneEnableCancelButton': true,
'addCancelButtonWithLabel': 'Cancel'
};
window.plugins.actionsheet.show(options, callback);
};

testPopup();

@seriva
Copy link

seriva commented Jan 19, 2016

Any update on this issue? I`m running into the same problem.

@brodybits
Copy link

I just raised #55 to use PopupMenu on Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants