I am building an app in xamarin forms. Issue i have is that when attached to the debugger, everything looks good. Once i detach from the debugger, some of the controls seem to lose their stye. See attached images.
When attached to debugger
When not attached to the debugger
Any ideas as to what is happening here ?. Thanks
Ok. Found the problem. Was to do with colours that were set not working with the device OS's light and dark theme. Need to be careful what text colours are set and how they play nicely with dark light changes
Related
I have a weird problem. Every time I go to a website who have the material icon I got the name of the icon, not the images. It's hard now when I use material to know which icon to use if I can't see what they look. The thing it's for my own app that working but other app this is what I got.
Do I need to reinstall Chrome ? My version is 53.0.2785.143
This one is https://developers.google.com/web/progressive-web-apps/
This one is https://design.google.com/icons/
This is Firebase look at the top right in the search.
I found the answer. I remove Material-Icons from my local fonts in my mac and now after a page refresh all work.
Might be a really stupid question but anyone got any idea how to get rid of the black toolbar appearing when running my application. I'm using Template10 as well.
That's buttons for debugging your application.
If you deploy your app and run it - your app will run without them.
Watch this thread if you want to manage:
How to remove the “Go to live visual tree” / “Enable selection” / “Display layout adorners” overlay when debugging?
There is a small button at the bottom of the black toolbar, which when clicked it hides the biggest part of it (in case you don't want to see it while debugging).
I'm in Xcode 6.2 Beta 3 (Build 6C101), I've added a menu and two menu items to my Interface Controller, and created IBActions for both. I've given them titles and images, but when I run the app nothing displays.
I've read
https://developer.apple.com/library/prerelease/ios/documentation/General/Conceptual/WatchKitProgrammingGuide/Menus.html
and can't see anything about need to show menu items programatically - what am I missing?
You do not need to present the menu programmatically. The only thing you need to do is wire each button to IBActions in your Watch app extension.
The most likely issue is caching of the previous Watch app storyboard. Do a clean build and try again.
Finally, as you likely know WatchKit menus only display on a "force press". They cannot be used for the main interface of the Watch app. In the Simulator, a click and hold with the mouse will simulate a force press, and the animation will make it clear when you have done one, even in contexts where it doesn't do anything.
This was solution for me- Go to Hardware->Touch Pressure->Deep Press then try tap on watch simulator.
I have recently encountered this issue on a real device, although the menu was working as expected on the watch simulator. In my case, the problem was in SF Symbol that I've used as an image.
Everything was fixed after replacing it with an image from the assets catalogue.
I have ported an Android app to BB10 and it works smoothly except for 1 0r 2 issues.
One being an issue with bottom navigation bar that holds "Back", "Hide", "Info" and "Overflow" buttons. It shows up by default when the app is launched and can be hidden using the "Hide" button. To retrieve it back on screen we use a BB10 gesture(Swipe from top bezel downwards) and pin it back.
The above behavior works fine in BB10 Simulator, but not in actual device(Z10), which may be due to OS issues as mentioned in some of the posts.
To overcome the issue I wanted to know is there anyway to Customize/Show(always)/Hide the navigation bar either through Android source code or any settings in Config. Please suggest a way to resolve the issue. Thanks in advance.
I have a similar issue. But based on official answers from the Blackberry forums it appears that they would give users some control only in a 'future' release. Please take a look at this link.
http://supportforums.blackberry.com/t5/Android-Runtime-Development/Detecting-navigation-bar-presence/m-p/2466821/highlight/true#M5243
This is the exact quote,
We are looking at an option to allow users to hide the navigation bar.
Hopefully this will be available in a future release.
I have created a asp.net website and i added tooltip to a button by setting Title or ToolTip Attribute. But that tooltip is not getting displayed on blackberry bold. But its displaying in blackberry curve so what should i changed in my code to show tooltip on blackberry bold.
Regards
Ricky
Some versions of the blackberry browser has been known to not handle certain interpretations of HTML generated by ASP.Net too well.
I've had some strange situation before when testing on BB's. The first place to look is at the version of the browser on the bold and the curve. If the version giving issues is relatively out of date enough for the user base to be insignificant you may be able to forget about it.
If that is not an option, start by including a Blackberry.Config file. An example of how to do this and exactly what it does can be found here.