問題タブ [windows-10-mobile]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
user-interface - このコードを使用すると、Windows ユニバーサル アプリでクリックが機能しません
私は自分のプロジェクトに取り組んでおり、この問題を見つけました。
このコードをプロジェクトに貼り付け、モバイル エミュレーター 4" または 6" のいずれかで実行し、ロードが完了するのを待ちます。次に、携帯電話を右または左に回転させ、画面上のボタンをクリックしてみてください。機能しないことがわかります。 . 削除するとき
それは素晴らしい仕事です。独自のユーザー コントロールを作成しようとしたときにこの問題が見つかりました。このイベントPointerPressed、PointerReleased、PointerExitedは、Horizo ntalAlignmentまたはVerticalAlignmentを使用するときに問題があることがわかりました。携帯電話で Windows 10 を使用している場合は、このコードを使用してみて、問題。
windows-10 - ユニバーサル Windows プラットフォーム (Windows 10) で共有プロジェクトを使用するには?
Windows 8.1 では、開発者は、Windows Phone プロジェクトと Windows 8.1 プロジェクトに共通の共有プロジェクトを作成し、異なるフォルダーに共通ではないコードを含めることができました。各プラットフォームのビルド時に、対応するフォルダーが使用されます。アプリを UWP に移行していますが、この機能を使用する方法が見つかりません。Windows 8.1 プロジェクト テンプレートを引き続き使用できることはわかっていますが、x:Bind などの他の UAP 機能を使用したいと考えています。私はレスポンシブ デザイン全体のファンではありません。さらに、タブレットや携帯電話用のカスタム UI を既に持っているので、可能であれば共有プロジェクトを使用したいと思っています。ヒントはありますか?
c# - IAP not working on UWP apps for Win10Mobile
I've developed a free UWP app with IAP included.
I developed this app for Windows 10 Mobile. I published an IAP to the store named customBackground, and published my app as well as the IAP to the store.
After both of them has published, I downloaded my published app from the store and try to buy the IAP.
However it returned an system popup saying "This in-app item is no longer availble in MY-APP-NAME". I don't know why this happened.
There are problems:
When I was trying in debug mode in visual studio using CurrentAppSimulator class, it doesn't popup the purchase state selection on my phone or emulator, but it pops up on desktop version. it only reads the stored state in WindowsStoreProxy.xml.
I've also tried using CurrentApp class in debug/release mode after the IAP is published, but no luck, it returns the same error as the store version.
internet permission in Package.appxmanifest is enabled.
Here's the code in my released app in the store:
Thanks!
c# - Hub / Windows 10 Mobile の HubSection
Windows 8.1 アプリケーションを Windows 10 Mobile (SDK 10240) に移行しようとしましたが、Hub コントロールが Windows Phone 8.1 のように機能しません。
ハブ セクションが小さすぎるか大きすぎて、モバイル画面の幅に収まりません。
問題を解決するプロパティが見つかりませんでした。
Windows Phone 8.1 のように、Header1 が最初のページにあり、Header2 が 2 番目のページにあるようにしたい...
c# - アプリが最小化またはバックグラウンドで実行されているときにタイマーを実行し続ける方法 (C# Windows 10 ユニバーサル アプリ)
以前に Windows Phone 8.1 用のタイマーおよびストップウォッチ アプリを作成しましたが、バックグラウンドまたはロック画面の背後で実行されません。私は現在、Windows 10 ユニバーサル アプリ用にこれを更新しており、これらの機能を実装するためにいくつかの助けを借りることができます。