EddyVerbruggen / cordova-plugin-actionsheet

:clipboard: ActionSheet plugin for Cordova iOS and Android apps
208 stars 71 forks source link

No Popup on WP8.1 #32

Open JochenTester opened 8 years ago

JochenTester commented 8 years ago

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:

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

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 commented 8 years ago

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

brodycj commented 7 years ago

I just raised #55 to use PopupMenu on Windows.