问题标签 [ionic-v1]

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.

0 投票
0 回答
443 浏览

android - 如何使用 cordova 插件或 Ionic v1 确定网络强度

我正在使用 Ionic 开发混合移动应用程序以支持 iOS 和 Android。只是想确定网络强度,例如连接不良。使用科尔多瓦插件网络信息

我能够找到网络连接类型,如 WiFi、2G、3G 等。但不确定如何确定连接速度以确保它是否连接不良。谁能帮我得到这个?先感谢您。

0 投票
1 回答
117 浏览

angularjs - AngularJS 应用启动高内存使用

我的应用程序反应很奇怪。我真的没有任何工作人员在运行或从服务器调用大量数组数据。

但是我的应用程序在启动到第一个屏幕页面时运行了大约 500MB,它总是 500MB 甚至没有减少,当我故意按 HOME 按钮进入手机主屏幕,然后再次回到我的应用程序时,内存现在减少到 16MB。这怎么可能呢?

离子信息

插件

0 投票
1 回答
840 浏览

jquery - 如何在 Device Ionic App 的情况下添加Referer Header

嗨,我有一个在 Ionic v1 中开发的应用程序,它在从浏览器付款时工作正常,但在从设备 Android 付款时,它不会将我重定向到支付网关页面。

https://test.sbiepay.com/secure/AggregatorHostedListener

支付网关团队说我需要传递额外的标头,即在 Android 设备的情况下是 Referer,然后只有他们才会允许来自 Android 设备的请求。

我尽一切努力在设备的情况下添加额外的标题,但没有任何效果。

任何人都可以帮我解决这个问题,如果是安卓设备,我怎么能向支付网关发送额外的请求头。

以上表单使用js提交。如果是网络,这些标题会自动添加。

0 投票
0 回答
73 浏览

javascript - 如何在不清除 ionic 中的缓存的情况下重新加载视图。$state.go 没有刷新缓存视图

我有 2 个观点: view1view2.

我想从view1view2,并重新加载view2数据。但我不想清除view2.

所以我的问题是,如果不清除缓存view2,如何重新加载view2

我在用

0 投票
1 回答
44 浏览

javascript - 如何使 ng-change 工作以将句子 1 更改为句子 2

谢谢您的帮助。Sentence1: hello this is java ,点击它应该变成 Sentence2: Hello this is not java。

谁能给我一个好的解决方案,我有一个输入标签和复选框,并且 ng-change 工作正常,但我想要与文本更改相同的逻辑。

0 投票
1 回答
451 浏览

ionic-framework - Ionic Pro 打包 IOS 应用程序错误

尝试在 Ionic Pro 中构建和打包 iOS 应用程序 - 尽管遇到了以下错误:

[12:20:43]:命令“cordova platform add ios --nofetch”的退出状态是 1 而不是 0。

然后也是

运行命令:/Users/ionic/builds/project-1/hooks/after_prepare/010_add_platform_class.js /Users/ionic/builds/project-1

错误:产生 EACCES

快车道总结

| | 科尔多瓦平台添加 ios --nofetch

[12:20:43]:fastlane 完成错误

错误:作业失败:进程退出:1。原因是:()

0 投票
1 回答
84 浏览

javascript - 从 google play 安装后,ionic 1 在首次运行时崩溃

我正在使用 ionic 1,只有在从 google play 安装后,应用程序才会在第一次崩溃。之后它工作正常。

谷歌播放的错误

插件列表

科尔多瓦插件apprate 1.3.0“AppRate”

科尔多瓦插件相机 4.0.3 “相机”

科尔多瓦插件兼容 1.2.0 “兼容”

科尔多瓦插件控制台 1.0.5“控制台”

科尔多瓦插件日期选择器 0.9.2 “日期选择器”

科尔多瓦插件设备 1.1.4 “设备”

cordova-plugin-dialogs 2.0.1“通知”

cordova-plugin-facebook4 2.0.1 “Facebook 连接”

科尔多瓦插件文件 6.0.1 “文件”

科尔多瓦插件文件传输 1.7.1 “文件传输”

cordova-plugin-geolocation 2.4.1“地理位置”
cordova-plugin-globalization 1.11.0“全球化”
cordova-plugin-google-analytics 1.8.3“谷歌通用分析插件”

cordova-plugin-googleplus 5.1.1“谷歌登录”
cordova-plugin-image-picker 1.1.1“ImagePicker”
cordova-plugin-inappbrowser 3.0.0“InAppBrowser”
cordova-plugin-nativestorage 2.2.2“NativeStorage”
cordova-plugin -network-information 2.0.1“网络信息”
cordova-plugin-splashscreen 4.0.1“Splashscreen”
cordova-plugin-statusbar 2.2.1“StatusBar”

科尔多瓦插件白名单 1.3.1 “白名单”

cordova-plugin-x-socialsharing 5.1.6 “社交分享”

cordova-plugin-x-toast 2.6.0 “Toast”
cordova-sqlite-storage 1.5.3 “Cordova s​​qlite 存储插件”
ionic-plugin-keyboard 2.2.1 “键盘”

哪个插件导致崩溃?还是它的其他问题?

0 投票
1 回答
26 浏览

angularjs - AngularJS/ionic: Navigating specific screen items via direction keys

I am trying to implement a mechanism where specific items on a screen are navigable using arrows keys.

At the moment, I am drawing a red box around items as they move and pressing enter activates them.

I have the following directive: (credits here and here)

And then in the template I have the following, for example:

The nice part is I can now navigate to any "clickable" element depending on the ID order I set, which is my intention. The problem is that focus() only works on items that are focusable, so once "move-4" is highlighted by the directive, the focus() doesn't really work so I can never move "next" to "move-5"

thanks

0 投票
0 回答
520 浏览

android - Web Speech API 适用于 Chrome,但在 ionic 应用程序中不适用。有什么区别以及哪些更改可以使其在 ionic 1 应用程序上运行?

在设备上使用 Web Speech API 时出现错误。

以下适用于浏览器而不是设备

并抛出错误

我想知道是否有一种方法可以在 ionic 1 应用程序本身中获得支持。

我用过 TTS cordova 插件。但想知道区别,并支持这些功能。

0 投票
1 回答
107 浏览

javascript - ionic html5 选择/键盘打开,向上滚动视图和选项卡并在 iOS 上的选项卡后创建空白空间

我正在使用带有 angularJS 的 ionic v1,并且我有离子标签:

在日历选项卡中,我有 html 选项,如下所示:

When the select menu opens, the view scroll to upward and creates empty space under ion-tabs.

如何在选择菜单打开之前将视图移动到初始位置?