tripflex / WifiWizard2

A Cordova plugin for managing Wifi networks (new version of WiFiWizard) - Latest is version 3+

Home Page:https://www.npmjs.com/package/cordova-plugin-wifiwizard2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error in getWifiRouterIP on iOS

sbellver opened this issue · comments

Prerequisites

Check all boxes if you have done the following:

Issue type

Select all that apply

  • Bug
  • Enhancement
  • Task
  • Question
  • Other

Description

ERROR: Method 'getWifiRouterIP:' not defined in Plugin 'WifiWizard2'

Steps to Reproduce

  1. Add plugin
  2. Add code
  3. Compile
  4. Test ;)

Expected behavior: [What you expect to happen]

The Gateway IP

Actual behavior: [What actually happens]

Error (method not exist)

getWifiRouterIP is only available on Android (at this time), but i'm completely open to PRs if you know how to do this in iOS. Unfortunately I do not have any iOS dev experience, or even a device to test on :(

Found this: https://stackoverflow.com/a/46724598

Might be easy to implement.

@tripflex can you reopen this issue? Would make a PR but have no device to test with.