Ionic side menu template: modal login form not working - intel-xdk

I grabbed the Ionic side menu starter template from Github. I created a fresh project in IntelXDK and copied the side menu code in. The app is working. The side menus look and works fine. It runs fine except for the Login menu. The modal shows, you can see the two form fields, but then nothing happens from there. You cannot click in either input field. You cannot click the submit button. You cannot click any menu button either. It appears to freeze.
This is just the default template code. Nothing else. I'm running in the IntelXDK emulator and/or my connected Android phone, same behavior on both.
What's happening? :-/

Related

Error: Not applicable for the "main.dart" configuration

I cannot run my code on any emulator in Android studio... I have been despritely trying to solve this issue. the section is greyed out at the top and when I press play nothing happens. Any suggestions? Btw I have tried almost everything i've seen on the internet for this issue, I assume it has to do with [Run > edit configurations]
click here for reference image
Next time on opening studio click on the dropdown devic menu on the left side of "main.dart" then click on your emulator. If your emulator doesn't show up then click "refresh" and then click on yur AVD in the drop down.
After that click on the green play button then wait for a while for it to compile.
Hope this helps you, if you still don't understand drop a comment I'll send images.

Unity openWindow takes two clicks to Open

I'm using the WebGL OpenWindow plugin to open a link in a new tab. I attached the script to a button and it is supposed to open the new link as soon as the button is clicked. This works correctly in the Unit Editor, but as soon as I build the project, it takes two separate clicks to open the new tab. After I press the button, I have to click anywhere on the screen in order for the link to open in a new tab. Does anyone know why it doesn't open the new tab right after the button click? Thank you.
OpenURL code

How to work on multiple browsers within a single testcase in TestRigor?

I need to invoke a new (other) browser within a testcase.
Say., If we are working by default on Chrome, I need to invoke a Firefox/Edge browser within the testcase. Additionally the user session in one browser is expected to be retained when we switch across the two browsers. How is this achievable with TestRigor?
Click on your Test Suite.
Click 'Settings' at the bottom of the left hand column
Click the 'Multiple browsers' tab at the top of the page.
Choose the OS (Windows, Ubuntu (Linux) or OSX (Mac)
Choose the Browser for the chosen system.
Click the 'Add Browser' button.
Click the 'Save' button
Return to a test.
Under 'Quick Actions' click 'Re-test'
Click the Execution UUID link and you can see all OS/Browser combinations executing.

VKB not showing up after portin LWUIT to Codename one

I am trying to port my LWUIT app to Codename One
I have a textField in my LWUIT app. On a touchscreen phone, whenever I clicked this textfield, a VKB would show up.
Now I have ported the LWUIT app to Codename one. Now, in the emulator whenever I click the textfield, the VKB is not showing up automatically.
Why is this happening and how do i fix it? I want the VKB to automatically show up on clicking the textfield.
This works on the device.
In the simulator you can uncheck the menu option "Simulate->Native Input" to get that behavior.

How can I create a YUI menu where you can click to open the submenus?

We have a multi-tiered/hierarchical YUI menu activated via a YUI menu button. Everything in this menu works pretty well. If you mouseover a menu item with a submenu, the submenu appears as expected. You can select an item from this submenu just fine.
The problem, however, is that you can also click on the parent items of this menu which closes the entire menu. In fact, I want the opposite. I'd like a click of a parent menu item leave the top level menu open and open the submenu (i.e. I want a click to be identical to a mouseover event in terms of functionality).
Side note: This isn't an issue on a typical web browser (e.g. Firefox) where the click event doesn't matter because you can't have a click without a mouseover. This is an issue on the iPhone which doesn't have a mouseover event.
I've been playing with the autosubmenudisplay properties and keepopen properties, hoping I can just handle the parent item click events to do what I want but, so far, I've been unsuccessful. If I set autosubmenudisplay to false, I can't figure out how to get the submenus to display manually. The keepopen property doesn't seem to work rather I set it on the menu or submenus.
Is there a way to get the behavior I want so our iPhone users are happy?
Todd Kloots, author of the YUI Button and Menu widgets here. Took at look at your request. Unfortunately the current version YUI Button and Menu aren't designed to support the type of interaction you are looking to create. Feel free to file a feature request via SourceForge and I'll try to work on this for a future version of YUI.
Todd
It's not exactly what you asked for, but have you looked at iUI? You may be able to pick up some tricks from the implementation.