Does WatchKit support html? is there is controller like UIWebview? -
does watchkit support html? there controller uiwebview ?.
my client want show webpage in apple watch. possible ?
there's no uiwebview in watchkit (neither watchos 1 nor watchos 2).
however, it's possible work around this:
you can load html, pick out relevant content, , display in example label. not smart solution, website owners can change layout , render app useless until update it.
my suggestion send get-request server , receive relevant data in json-format if have api. if don't, can use service such kimono convert website api.
or set own server works api. send request it, queries website/ loads html, , returns relevant content app.
in case, solution relevant content website , display using labels , image views.
Comments
Post a Comment