Button under the current page getting clicked/tapped in sencha touch - windows

I'm using sencha touch 2.3.1
I have a button on a page and clicking it will open a new page (above the current page).
But when I click/tap on the new page in the region where the button is ( in the original page ) , the button is still getting clicked.
And a new view of the same page is being opened.
I'm facing this problem only in windows phone, it works fine in android, IOS and all browsers (including IE) through IIS. I'm using the tap event for this button.
Please help me resolve this.
Thank you.

Sounds like your issue is similar to this bug I've reported a while back:
http://www.sencha.com/forum/showthread.php?237550-2.1-Tap-event-is-passed-to-the-textfield-in-new-view
The workaround which has been working for me is adding e.stopEvent(); to the tap handler of the component the user is tapping on.

Related

Are there any changes in the WebView related APIs in UWP or UAP Windows app?

I am having a Windows 8.1 supported app, but now it is updated to the UWP/UAP (i.e. Windows 10) app.
After updating the custom URI scheme is not working, On a button click on the web page, we were using "navto://" custom URI scheme and handling were done in a js file. The button action was bind through the anchor tag.
From this approach, we navigate our web pages forward/backward or used to send a user to a particular web page.
But now this js file is being not called on the click of the same button and a System Popup appear saying "You will need a new app to open this navto link". For reference, please have a look at the attached screenshot of the error popup. If anybody is familiar with the issue, please suggest me the solution.
Actually I followed this page to migrating the app https://learn.microsoft.com/en-us/visualstudio/misc/migrate-apps-to-the-universal-windows-platform-uwp?view=vs-2015#MigrateCSharp
And also tried other options as well by googling but I haven't got any perfect solution yet.
Thanks

back button in master detail page xamarin forms prism

Im using prism with my xamarin forms application. i use master detail with the exact structure that you used but when i change detail page my back button wont work and when i click on back button in android it just close the app. and also the back button in toolbar wont show either. how can i fix this?
this picture belongs to time that i've changed the detail page that you can see there is no back button there
Version with issue: 7.0.0.396
Xamarin.Forms version: 3.0.0.482510
IDE: VS 15.7.1
enter image description here

Kendo window 1st open and then load

I have a kendo window in my project. Now the content is coming form another domain. I used i-frame in the content template. Its working fine. But When i click the button to open the kendo window it coming but not smoothly. Its stucking. so I want, when I click the button window open smoothly and then load the content. I searched for it but did not find any solution. Its better if i can open the window first and show a loader until the content comes.
Please help me.
The problem can be solved by making the animation:false
A kendo window fires an event called "activate" when it has finished displaying its opening animation. You can catch this event and then load your data in a handler function. There is no need to deactivate the animation itself.

Firefox Custom Toolbar Button

I am trying to create a firefox toolbar button which when clicked calls (or invokes) TapTip.exe which is the Touch Keyboard for my Windows Tablet. I've tried following this tutorial (https://developer.mozilla.org/en-US/docs/XUL/Toolbars/Custom_toolbar_button) to get my button to work but no luck so far. Is there anyway I can accomplish this task?
I found a way to due this by using a addon named Custom Buttons for Firefox then I found a Launch IE button which I modified to call TapTip.exe instead of IE

WebOS app not scrolling down on the main page

I have an Enyo webOS application I am developing for phones. There are several text inputs on the main page, with a button underneath them--however, the button is not viewable below the textboxes. However, there appears to be a scroll lock by default on the main scene--so I cannot scroll down and see the rest of the content.
How can I enable my app to allow for scrolling within a VFlexBox view?
Thanks!
Ah, I found it--I need to change from enyo.VFlexBox to enyo.Scroller for the view. Works fine!

Resources